Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 508 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 508 Bytes

Rust-katas

This repository contains my solutions to Katas hosted on codewars.com. Each Kata is a separate Rust project that you can build and run.

How to run

For each Kata, you can run the following commands within the Kata's directory.

Run

cargo run

Testing

cargo test

Linting

cargo clippy

Formatting

cargo fmt