A Rust CLI that to convert tempretures between Celsius and Fehrenheit.
- std::io is the input output standard library from Rust.
The
use keyword is used to import into a Rust file. Eg
- Difference between print, println and println!
- how you create a mutable string variable
- .trim, .parse, match, how to insert values inside string template