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

https://github.com/0xsaksham/rust_projects

Projects I made as a part of reading the rust book, Temp Convertor, etc.
https://github.com/0xsaksham/rust_projects

rust rust-practice thebook

Last synced: about 2 months ago
JSON representation

Projects I made as a part of reading the rust book, Temp Convertor, etc.

Awesome Lists containing this project

README

          

# Celsius to Fahrenheit Converter

This Rust program allows you to convert temperatures from Celsius to Fahrenheit with ease. Simply input the temperature in Celsius, and the program will calculate and display the equivalent temperature in Fahrenheit.

## Usage

1. **Clone the Repository:**

```
git clone https://github.com/0xSaksham/Rust_Projects.git
```

2. **Navigate to the Project:**

```
cd Rust_Projects/temperature_convertor
```

3. **Run the Program:**

```
cargo run
```

4. **Input Temperature:**
- Enter the temperature in Celsius when prompted.
- The program will output the equivalent temperature in Fahrenheit.

## Technologies Used

- **Rust:** Utilize the Rust programming language for a straightforward and efficient temperature conversion.

Feel free to explore, contribute, or modify the program based on your preferences. If you encounter any issues or have suggestions for improvement, please don't hesitate to open an issue or contribute to the code.

Happy temperature converting! 🌡️