dimensioned 0.0.2

A library for performing arthimetic with physical quantities with compile time type-checking.
docs.rs failed to build dimensioned-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: dimensioned-0.8.0

Dimensioned

Build Status

This will be a library to do compile-time checking of physical dimensions. It will allow one to ensure unit correctness with zero runtime overhead.

Right now (version 0.0.2), it is an implementation of the peano numbers that will be used for dimensional powers.

To view test output, run:

cargo test -- --nocapture