src\rust-by-example: exercises from https://doc.rust-lang.org/stable/rust-by-example/
src\rust-by-practice: exercises from https://practice.rs/
Uncomment any example from src/main.rs and run the main function from the IDE (e.g. VS Code) or from the command line by using
cargo run