# Temperature Converter
Command line tool to convert between common temperature units
[](https://crates.io/crates/temp-convert)
[](https://crates.io/crates/temp-convert)
## Usage
```bash
git clone git@github.com:brysonbw/temp-convert.git
```
```bash
cd temp-convert
```
## Build
```bash
cargo build
```
## Test
```bash
cargo test
```
## Format
```bash
cargo fmt
```