cu29-units
Copper-native SI quantity wrappers with a uom-shaped API, plus serde/bincode support and optional reflection support.
Feature Flags
default=["std"]std: enablesuom/stdreflect: enablesbevy_reflectderive/traits for wrapped unit typestextlogs: compatibility no-op for downstream feature forwarding
Namespace via cu29
When using the cu29 facade crate with its units feature (enabled by default), these types are available at:
use Length;
use meter;
You can also depend on cu29-units directly:
use Length;
use meter;