convert_sevancho 0.1.0

A CLI that converts length, mass, temperature, volume, and speed.
1
2
3
4
5
6
7
8
9
10
11
Simple Rust CLI to convert length, mass, temperature, volume, and speed.

## Usage
convert --list
convert 12 in cm
convert 100 F C
convert 2 gal L
convert 60 mph kmh

## Install
cargo install convert_sevancho