Convert Degrees
With this small program you can convert between Celsius, Fahrenheit and Kelvin & Degrees and radians very easily.
Installation:
bash
cargo install convert_degrees
Usage:
```bash
deg [-f from] [-t to]
Available options:
-f, --from From which unit to convert -- Can be celsius(c), fahrenheit(f) kelvin(k),
degrees(d) or radians(r)
-t, --to To which unit to convert -- Can be celsius(c), fahrenheit(f) kelvin(k),
degrees(d) or radians(r)
-h, --help Prints help information
```