Module mmap

Source
Expand description

Low-level memory-mapped file abstraction with safe, concurrent access.

Structs§

MappedSliceMut
Wrapper for a mutable slice that holds a write lock guard, ensuring exclusive access for the lifetime of the slice.
MemoryMappedFile
Memory-mapped file with safe, zero-copy region access.
MemoryMappedFileBuilder
Builder for MemoryMappedFile construction with options.

Enums§

MmapMode
Access mode for a memory-mapped file.