Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 580 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 580 Bytes

Temperature-Converter

Convert between Celsius, Kelvin, Fahrenheit and Rankine!

Project

This project was created with Rust and, above all, with ❤️.

How to use

You cand find the executable .exe in target\debug. However, you can run the program in the console with the command cargo run. If you want to build the application in release then run at the console cargo build --release and then you will find the .exe in target\release.

This assumes you have rustup installed on your OS, which has cargo installed as well.