/exercism-rust

exercism.io with rust

Primary LanguageRust

Those are exercises from exercism.io

Install rust

The easiest way to install Rust is via rustup

$ curl https://sh.rustup.rs -sSf | sh

Run tests

To run integration tests

  1. Go to the desired directory: $ cd {dir}
  2. Launch test using cargo (rust dependency manager and builder): $ cargo test