Module metric::temperature [] [src]

This module provides newtypes for performant and safe unit-aware calculations with temperatures.

Reexports

pub use self::celsius::Celsius;
pub use self::kelvin::Kelvin;
pub use self::fahrenheit::Fahrenheit;

Modules

celsius

Defines the Celsius temperature newtype and related trait impls

fahrenheit

Defines the Fahrenheit temperature newtype and related trait impls

kelvin

Defines the Kelvin temperature newtype and related trait impls