temp-conv 0.1.1

A simple cli-based unit converter for temperatures
Documentation
# temp-conv


temp-conv is a cli-tool to convert between diffirent units for temperatures.

## Installation


First, install [Rust](https://www.rust-lang.org/tools/install) (using the recommended `cargo`) and then

```bash
cargo install temp-conv
```

This method will build the binary from source.

To update, run the same command again.

## Usage


The binary is named `temp-conv`

Running it with no arguments or as `temp-conv --help` will bring up a help listing.

## License


Licensed under MIT license.