#converter #temperature #units #unit #library #no-deps

temp-converter-lib

Simple terminal temperature unit converter between Celsius, Fahrenheit and Kelvin

4 stable releases

new 3.1.2 Apr 10, 2024
3.1.1 Apr 5, 2024
3.0.2 Mar 22, 2024
1.0.0 Mar 22, 2024

#452 in Science

Download history 237/week @ 2024-03-22 44/week @ 2024-03-29 264/week @ 2024-04-05

545 downloads per month
Used in temp-converter

Unlicense

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.

No runtime deps