Rust (CLI) program that converts Celsius to Fahrenheit or vice versa.
Be aware of the program's licenses before using it: Apache 2.0 & MIT
Rust: modern systems programming language known for its strong emphasis on memory safety and zero-cost abstractions.
Cargo: Rust's package manager and build tool, streamlining the process of managing dependencies and building projects with ease.
Clone the repository on your machine git clone [this-repo-url]
Go into the repository and run the project cargo run