/rust-training

Rust tutorials

Primary LanguageRust

Rust Training

Synopsis

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.

Building

Code tested with Rust 1.43.

cargo build

Testing

There are some sparse tests:

cargo test

Benchmarking

If there is any benchmark:

cargo bench

Authors

References