The Rust Book Code related to me working through the examples and challenges contained within the Rust book Creating new sub dir Use cargo new chXX_Y_<name> --vcs="none" Add "chXX_Y_<name>" to workspace members in top level Cargo.toml To run, use: cargo run --bin chXX_Y_<name>