mgattozzi / oxidizing-the-technical-interview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oxidizing-the-interview

Code for the blog post Oxidizing the interview. Designed to run on OSX given the direct link to libc. To run it invoke:

RUSTC_BOOTSTRAP=1 cargo run --release

Don't actually use the bootstrap key, it's bad practice this repo is just for fun!

A good portion of the code is from https://github.com/rust-lang/rust and is dual licensed under the MIT/Apache-2.0 licenses. A copy of the licenses are available at RUST-LICENSE-MIT and RUST-LICENSE-APACHE. The rest of the code is also dual licensed under these terms and the license can be found at LICENSE-MIT.md LICENSE-APACHE.md

About

License:Apache License 2.0


Languages

Language:Rust 100.0%