dimensioned 0.8.0

Compile-time dimensional analysis for various unit systems using Rust's type system. Dimensioned aims to build on Rust's safety features by adding unit safety with no runtime cost. In addition, it aims to be as easy to use as possible, hopefully making things easier for you not just by avoiding bugs but also by making it clear what units things are. Never again should you need to specify units in a comment!
Documentation

dimensioned

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 12 feature flags, 2 of them enabled by default.

default

  • std

std

    This feature flag does not enable additional features.

test

  • approx
  • clapme
  • serde
  • serde_test
  • rand

nightly

    This feature flag does not enable additional features.

spec

    This feature flag does not enable additional features.

serde_test

    This feature flag does not enable additional features.

rand

    This feature flag does not enable additional features.

serde

    This feature flag does not enable additional features.

clapme

    This feature flag does not enable additional features.

auto-args

    This feature flag does not enable additional features.

oibit

    This feature flag does not enable additional features.

approx

    This feature flag does not enable additional features.