Expand description
This crate defines various primitives that osom libraries use.
The crate is #![no_std]
.
Modulesยง
- cresult
- Holds
cresult::CResult
struct, which is a#[repr(C)]
variant ofResult
. - length
- Holds the length-related primitives.
- macros
- Holds several helpful macros related to primitives.
- offset
- Holds the offset-related primitives.