Skip to content

tbsklg/rust-katas

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages