metric 0.1.2

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

pub mod metric;
pub mod imperial;
pub mod astronomical;