This repository contains a collection of Rust programming exercises and projects, designed to help learn and practice Rust language concepts.
Each directory represents a separate Rust project or exercise, with its own Cargo.toml and source code in src/.
To work on a specific exercise:
- Navigate to the exercise directory.
- Run
cargo buildto compile. - Run
cargo runto execute. - Run
cargo testto run tests (if available).
- Rust toolchain installed (rustc, cargo)
Feel free to submit issues or pull requests for improvements.