Crate memmap2

source ·
Expand description

A cross-platform Rust API for memory mapped buffers.

Structs

  • A handle to an immutable memory mapped buffer.
  • A handle to a mutable memory mapped buffer.
  • A memory map builder, providing advanced options and flags for specifying memory map behavior.
  • A handle to a raw memory mapped buffer.

Traits