A temperature converter written in Rust
Basic rust CLI implementation of a temperature converter, just built for the hell of it while going through the rust programming language.
- Clone the directory
git clone git@github.com:admmasters/rust_tempcon.git
cd rust_tempcon- Compile
cargo build- Run
./target/debug/rust_tempcon
or
cargo run