These practices lean on Test-Driven Development (TDD), but they're not an exact matched concepts.
The following steps assume you are in the same directory as the exercises.
We must have rust installed initially.
Following the Installation of The Rust book.
Reference material(s):
- The Rust language section
- Updating...
Run the test suite. It can be run with cargo
, which is installed with rust automatically.
$ cargo test