dimensioned 0.1.5

Compile-time type checking of arbitrary unit systems.
1
2
3
4
5
6
7
8
9
#![feature(core)]

pub use peano::*;
pub use dimensioned::*;
pub use si::*;

pub mod peano;
pub mod dimensioned;
pub mod si;