# 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] <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
```