Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 299 Bytes

File metadata and controls

10 lines (8 loc) · 299 Bytes

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.