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. Linting cargo clippy Build cargo build Run tests cargo test