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