Expand description
This crate defines various primitives that osom libraries use.
The crate is #![no_std].
Modulesยง
- align
- Holds the
Alignprimitive. - cresult
- Holds the
CResultenum. - fraction
- This module defines
Fraction32andFraction64wrappers. - length
- Holds the
Lengthprimitive. - macros
- Holds several helpful macros related to primitives.
- offset
- Holds the
Offsetprimitive. - power_
of_ two - This module holds the
PowerOfTwo32andPowerOfTwo64primitives.