https://github.com/hernandosebastian/bmi_calculator
Basic BMI calculator implemented in Rust.
https://github.com/hernandosebastian/bmi_calculator
rust
Last synced: 20 days ago
JSON representation
Basic BMI calculator implemented in Rust.
- Host: GitHub
- URL: https://github.com/hernandosebastian/bmi_calculator
- Owner: hernandosebastian
- Created: 2024-02-01T16:56:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-02T01:10:41.000Z (about 1 year ago)
- Last Synced: 2025-02-15T10:55:07.100Z (2 months ago)
- Topics: rust
- Language: Rust
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BMI Calculator
A functional BMI calculator implemented in Rust to explore fundamental programming concepts.
## Table of Contents
- [Usage](https://github.com/Mipmipp/bmi_calculator/tree/master#usage)
- [Tests](https://github.com/Mipmipp/bmi_calculator/edit/master/README.md#tests)
## Usage1. Clone the repository:
```bash
git clone https://github.com/Mipmipp/bmi_calculator.git
```
2. Start the project with:
```bash
cargo run
```
## TestsThe project includes automated tests and a GitHub Actions CI/CD workflow to ensure code quality.
To run the tests:1. Run tests with:
```bash
cargo test
```