use-air-temperature
Primitive meteorological air temperature vocabulary.
use-air-temperature stores air temperature, dew point, heat index, and wind chill values as Celsius f64 wrappers. It does not provide a unit-conversion framework, forecast logic, or heat-index and wind-chill formulas.
use ;
let air = new.unwrap;
let dew_point = new.unwrap;
assert_eq!;
assert_eq!;
assert_eq!;