Crate memmap

Source
Expand description

A cross-platform Rust API for memory mapped buffers.

Structsยง

Mmap
An immutable memory mapped buffer.
MmapMut
A mutable memory mapped buffer.
MmapOptions
A memory map builder, providing advanced options and flags for specifying memory map behavior.