This repository contains a Rust-based application to convert temperatures between Fahrenheit and Celsius.
This project provides a straightforward implementation to convert temperatures from Fahrenheit to Celsius and vice versa. It features an interactive CLI for user input and output.
- Rust Implementation: Utilizes Rust for efficient and reliable performance.
- Interactive CLI: User-friendly command-line interface for input and output.
- Bidirectional Conversion: Supports conversions from Fahrenheit to Celsius and Celsius to Fahrenheit.
Follow these instructions to set up and run the project on your local machine.
- Clone the repository:
git clone https://github.com/your-username/temperature-converter.git cd temperature-converter
- Build the project:
cargo build
Run the following command and follow the prompt:
cargo run
$ cargo run
Welcome to Temperature Converter!
Please select a direction of conversion:
Celsius to Fahrenheit: 1
Fahrenheit to Celsius: 2
1
Please enter Celsius number:
100
Celsius: 100 => 230