temp-convert 1.0.1

A command line tool to convert between common temperature units.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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)

## Install

```bash
cargo install temp-convert
```

## Usage

```bash
temp-convert 77 -u c -c k
```