dimensional_quantity 0.1.11

Check units of measure at compile time using generic const expressions
Documentation
1
2
3
4
5
6
7
//! Quantities with Decimal underlying storage type.

pub mod quantity;
pub use quantity::Quantity;
// pub mod constants;
pub mod quantities;
// pub mod units_of_measure;