Crate mmapio

Crate mmapio 

Source
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.
MmapOptions
A memory map builder, providing advanced options and flags for specifying memory map behavior.

Traits§

AsMutT
AsRefT