Exploring Code from The Rust Book
The virtual workspace Cargo.toml
in this directory lists the currently available projects. There are debug targets for each in the .vscode/launch.json
config.
In general, you should read the excellent Rust Book and consult Rust by Example and The Rust Cookbook before looking at my very personal exploration code here.