qtty-core
Core, zero-cost building blocks for strongly typed physical units.
Most users should depend on qtty instead of this crate. Use qtty-core directly if you want the minimal type
system (Quantity, Unit, Per, …) without the facade re-exports.
Install
[]
= "0.1.0"
no_std
qtty-core supports no_std with libm used for required floating-point math.
[]
= { = "0.1.0", = false }
Features
std(default): enablesstdsupport.serde: enablesserdesupport forQuantity<U>(serialize/deserialize as a baref64).
License
AGPL-3.0 (see ../LICENSE).