metric 0.1.2

zero-cost dimensional analysis for safe, unit-aware numeric computations in Rust
Documentation
1
2
3
4
//! This module provides newtypes for performant and safe unit-aware calculations with mass.

pub mod metric;
pub mod imperial;