Mag is a library for dealing with units of measure. Magnitude!

Highlights

Example

```rust use mag::length::{ft, m};

let a = 1.0 * ft; // Length let b = a.to::(); // Length asserteq!(b.tostring(), "0.3048 m"); ```

Room For Improvement

Alternatives

There are similar crates out there. Here is a partial list: