temp-converter 2.0.11

Simple terminal temperature unit converter between Celsius, Fahrenheit and Kelvin.
Documentation
1
2
3
4
5
6
7
[![CI status](https://gitlab.com/DavoReds/temp-converter/badges/main/pipeline.svg)](https://gitlab.com/DavoReds/temp-converter/-/commits/main)
[![Latest Release](https://gitlab.com/DavoReds/temp-converter/-/badges/release.svg)](https://gitlab.com/DavoReds/temp-converter/-/releases)

# Temperature Converter

Simple CLI program to convert temperature units between Celsius, Fahrenheit and
Kelvin. Can be used with both `f32` and `f64` types.