An open API service indexing awesome lists of open source software.

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.

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)

## Usage

1. Clone the repository:

```bash
git clone https://github.com/Mipmipp/bmi_calculator.git
```
2. Start the project with:
```bash
cargo run
```
## Tests

The 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
```