Expand description
A cross-platform Rust API for memory mapped buffers.
Structsยง
- Mmap
- A handle to an immutable memory mapped buffer.
- MmapMut
- A handle to a mutable memory mapped buffer.
- Mmap
Options - A memory map builder, providing advanced options and flags for specifying memory map behavior.