temp-conv 0.5.3

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

<!--toc:start-->
- [temp-conv]#temp-conv
  - [Installation]#installation
  - [Usage]#usage
  - [Feature Request]#feature-request
  - [Todos]#todos
  - [License]#license
<!--toc:end-->

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 `rustup` method) 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 `temp-conv --help` will bring up a help page.

## Feature Request

For feature requests just open an issue on [GitHub](https://github.com/baumbus/temp-conv)

## Todos

- [x] output to file

## License

Licensed under MIT license.