convert_degrees 0.1.3

Converts degrees between Fahrenheit, Celsius, and Kelvin & degrees and radians
# 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
```