Rusty Temperature Converter
This is the pet project
Convert Fahrenheit to Celsius and vice versa
The program was implemented in the course of studying basic concepts of Rust
Usage
$ temperature-converter <input_temperature> [-f]
-f
— Specify<input_temperature>
in Fahrenheits.
Input temperature can be either int
or float
.