Test program for the "Learning Rust" by Leo Tindall and "Rust in Motion" by Carol Nichols / Jake Goulding tutorials on O'Reilly Learning and also the "Rust Book".
I use this project to practice Rust. There is no guideline in the code, I just add modules while discovering features.
Code tested with Rust 1.43.
cargo build
There are some sparse tests:
cargo test
If there is any benchmark:
cargo bench
- Leo Tindall
- Farzad FARID
- "Learning Rust" tutorial: https://www.packtpub.com/eu/application-development/learning-rust-video
- "Learning Rust" source code: https://github.com/PacktPublishing/Learning-Rust-video
- "Rust in Motion" tutorial: https://www.manning.com/livevideo/rust-in-motion