temp-converter-lib

Crates.iotemp-converter-lib
lib.rstemp-converter-lib
version3.1.4
sourcesrc
created_at2024-03-22 21:22:26.78797
updated_at2024-06-20 15:51:42.236679
descriptionSimple terminal temperature unit converter between Celsius, Fahrenheit and Kelvin.
homepage
repositoryhttps://github.com/DavoReds/temp-converter
max_upload_size
id1182992
size10,965
Samuel David Rojas Vallejo (DavoReds)

documentation

README

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.

Commit count: 43

cargo fmt