The Rust Programming Language Access the book Online: https://doc.rust-lang.org/book/ Locally: rustup doc Notes Specify project path to cargo build/run: param --manifest-path path/to/project/Cargo.toml must be all the way to the Cargo.toml file, not just the dir that contains it.