metrum 1.1.0

Easily work with and compare temeratures in different units
Documentation
1
2
3
4
5
6
7
8
9
pub mod length;
pub mod speed;
pub mod temp;
pub mod weight;

pub use length::Length;
pub use speed::Speed;
pub use temp::Temp;
pub use weight::Weight;