Crates.io | temp-converter-lib |
lib.rs | temp-converter-lib |
version | 3.1.4 |
source | src |
created_at | 2024-03-22 21:22:26.78797 |
updated_at | 2024-06-20 15:51:42.236679 |
description | Simple terminal temperature unit converter between Celsius, Fahrenheit and Kelvin. |
homepage | |
repository | https://github.com/DavoReds/temp-converter |
max_upload_size | |
id | 1182992 |
size | 10,965 |
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
.