Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 248 Bytes

readme.md

File metadata and controls

10 lines (8 loc) · 248 Bytes

Rust The Book

  • A playground for implementing Rust tutorial code following The Book

build

  • to build all the packages
    • run cargo build on the top level

run

  • to run main.rs of certain package
    • run cargo run -p <package_name>