A basic command line program that is able to convert between common day to day units. For example converting 10mph to m/s or kph. See Details below
Examples
-
cargo run 10F to C
-
cargo run Convert: 10F to C
-
cargo run Convert: 10F To: C
-
Length: Meter(m), Kilometer(km), Mile(ml), Foot (ft)
e.g 10m to Km -
Mass: Kilogram(kg), Gram(g), Pound(lb), Ounce(oz)
e.g 10oz to lb -
Temperature: Celcius(°C), Fahrenheit(°F), Kelvin(°K)
e.g 100°f to °C -
Time: Seconds(sec), Minutes(min), Hour (hr), Day (d), Month(m), Year(yr), Decade(dec), Century(cent), Millenium (M)
e.g 1hr to s
The Time conversion to seconds is still buggy