Rust katas
This repo contains my solutions for some Rust katas submitted in Codewars.
Prerequisites
You need to install the Rust development environment Version 1.60 for your OS to build this project and run its tests.
Build
cargo build
Run tests
cargo test