A functional BMI calculator implemented in Rust to explore fundamental programming concepts.
-
Clone the repository:
git clone https://github.com/Mipmipp/bmi_calculator.git
-
Start the project with:
cargo run
The project includes automated tests and a GitHub Actions CI/CD workflow to ensure code quality. To run the tests:
-
Run tests with:
cargo test