A collection of Rust solutions for CodingBat programming problems.
This repository contains idiomatic Rust solutions for CodingBat exercises, organized by topic
src/— Rust source files grouped by problem setsrc/lib.rs— Unit tests for each solution
-
Clone the repository:
git clone https://github.com/smit4k/codingbat-rust.git cd codingbat-rust -
Run tests:
cargo test
Contributions are welcome! Please open issues or pull requests for improvements or new exercises. I would highly appreciate it if you would add solutions to exercises and documentation for the exercises