temp-convert 1.0.0

A command line tool to convert between common temperature units.
Documentation
# Temperature Converter

Command line tool to convert between common temperature units

[![Crates.io](https://img.shields.io/crates/v/temp-convert?style=flat-square)](https://crates.io/crates/temp-convert)
[![Crates.io](https://img.shields.io/crates/d/temp-convert?style=flat-square)](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
```