dimensioned 0.1.0

Compile-time type checking of arbitrary unit systems.
docs.rs failed to build dimensioned-0.1.0
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

A library for compile-time type checking of arbitrary unit systems. This library currently comes with just SI units, but you can easily make your own by editing or importing unitsmaker.py. No tutorial yet, but it should be easy to emulate.

To build,

cargo build

For an example of its use, see examples/vec.rs. Note that Vector2d doesn't know anything about dimensions!

Run the example with

cargo run --example vec