1 2 3 4 5 6
# Rust-Book a rust cheatsheet repo based of the Rust Programming Language Book https://doc.rust-lang.org/book/ ## Usage to run one of the examples use `cargo run --bin <binary>` where `<binary>` is the name of the binary in Cargo.toml