A Rust workspace for exercises found in The Rust Programming Language Book.
Prerequisites
- Rust (1.56+ recommended). Install from https://rustup.rs/.
Build and run
# Build all projects in the workspace
cargo build # from the workspace root.
# Run the binary (debug build)
cargo run -p ${name_of_project}This project is dual-licensed under MIT OR Apache-2.0 — see the LICENSE-MIT and LICENSE-APACHE-2.0 files in the repository.