An open API service indexing awesome lists of open source software.

https://github.com/admmasters/rust_tempcon

A temperature converter written in Rust
https://github.com/admmasters/rust_tempcon

rust temper

Last synced: 8 months ago
JSON representation

A temperature converter written in Rust

Awesome Lists containing this project

README

          

# rust_tempcon
A temperature converter written in Rust

# Summary
Basic rust CLI implementation of a temperature converter, just built for the hell of it while going through the rust programming language.

## Instructions

- Clone the directory
```bash
git clone git@github.com:admmasters/rust_tempcon.git
cd rust_tempcon
```

- Compile
```bash
cargo build
```

- Run
```
./target/debug/rust_tempcon
```
or
```
cargo run
```