convert_degrees 0.1.3

Converts degrees between Fahrenheit, Celsius, and Kelvin & degrees and radians
convert_degrees-0.1.3 is not a library.
Visit the last successful build: convert_degrees-0.2.1

Convert Degrees

With this small program you can convert between Celsius, Fahrenheit and Kelvin & Degrees and radians very easily.


Installation:

cargo install convert_degrees

Usage:

deg [-f from] [-t to] <degrees> 

Available options:
    -f, --from <from>  From which unit to convert -- Can be celsius(c), fahrenheit(f) kelvin(k),
                       degrees(d) or radians(r)
    -t, --to <to>      To which unit to convert   -- Can be celsius(c), fahrenheit(f) kelvin(k),
                       degrees(d) or radians(r)
    -h, --help         Prints help information