Crates.io | chloe199719_unit_converter |
lib.rs | chloe199719_unit_converter |
version | 0.1.0 |
source | src |
created_at | 2023-07-10 03:13:07.639918 |
updated_at | 2023-07-10 03:13:07.639918 |
description | A unit converter that converts between metric and imperial units. |
homepage | |
repository | https://github.com/Chloe199719/UnitConverter-CLI |
max_upload_size | |
id | 912500 |
size | 44,734 |
This is a simple CLI tool that converts units of length, weight, and volume. Written in Rust.
./unit-converter
./unit-converter meter 1 feet
1 meter is 3.28084 feet
./unit-converter celsius 30 kelvin
30 celsius is 303.15 kelvin
./unit-converter celsius 30 fahrenheit
30 celsius is 86 fahrenheit
./unit-converter --help
./unit-converter -h