5 stable releases
3.1.4 | Jun 20, 2024 |
---|---|
3.1.2 | Apr 10, 2024 |
3.1.1 | Apr 5, 2024 |
3.0.2 | Mar 22, 2024 |
1.0.0 | Mar 22, 2024 |
#1243 in Math
23 downloads per month
Used in temp-converter
11KB
215 lines
Temperature Converter
This is a no dependency library to convert between Kelvin, Celsius and
Fahrenheit units. Because Rust has no concept of type unions, each conversion
function has two versions: _f32
and _f64
.