Expand description
A convenience crate for Zircon VMO objects mapped into memory.
Structs§
- Provides a safe byte slice view of a VMO through a
Deref<Target=[u8]>
implementation. - A safe wrapper around a mapped region of memory.
Enums§
- Error type for
ImmutableMapping::create_from_vmo
.