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
- Host: GitHub
- URL: https://github.com/admmasters/rust_tempcon
- Owner: admmasters
- Created: 2018-07-05T13:37:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T14:55:55.000Z (almost 8 years ago)
- Last Synced: 2025-08-06T10:39:12.077Z (10 months ago)
- Topics: rust, temper
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```