Crate dims

source ·

Modules

This module contains a basic set of SI units.
unit_type contains type aliases for each unit.
This lets you avoid re-typing the generic identifier for each of them.
These are all marked 'static (as all the units defined in this crate are), but you can specify your own lifetimes as needed via the Measure struct.

Type Definitions

Flt is the Floating Point type requested with crate options