Solutions to problems in the Exercism Rust track.
The Exercism CLI is needed to run these solutions. Follow the instruction on Exercism for further information.
Run first test
cargo testRun all tests
cargo test -- --ignoredRun a specific test
cargo test some_testLint solutions
cargo clippy --all-targets