# π¦ 01Talent Rust Piscine Solutions & Tests
Welcome to the **Rust Piscine** solutions repository for 01Talent! This repository contains completed exercises and their corresponding test cases for the Rust programming Piscine.
To get started, simply clone the repository and run the tests using cargo.
- Rust (make sure you have Rust installed)
git clone https://github.com/MedSaher/piscine-rust.git
cd piscine-rust/quest/exercice-namecargo testReplace exercice-name with the specific folder of the exercise you want to test.
- Each exercise folder is self-contained with its own
Cargo.tomland test suite. - The test files are written to validate the correctness of the exercise implementations.
- This repository is primarily intended as a learning resource and should not be used to copy solutions during the Piscine.
Contributions are welcome! Feel free to:
- Fix bugs
- Improve code structure
- Add new tests
- Submit your own solutions
Please open an issue or pull request if you'd like to contribute.
Happy Coding! π¦