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.
- Host: GitHub
- URL: https://github.com/0xsaksham/rust_projects
- Owner: 0xSaksham
- Created: 2023-11-22T10:25:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T10:54:45.000Z (about 2 years ago)
- Last Synced: 2023-11-22T11:41:01.060Z (about 2 years ago)
- Topics: rust, rust-practice, thebook
- Language: Makefile
- Homepage:
- Size: 2.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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! 🌡️