This repository contains my solutions to Katas hosted on codewars.com. Each Kata is a separate Rust project that you can build and run.
For each Kata, you can run the following commands within the Kata's directory.
cargo run
cargo test
cargo clippy
cargo fmt