Expand description
Low-level memory-mapped file abstraction with safe, concurrent access.
Structs§
- Mapped
Slice Mut - Wrapper for a mutable slice that holds a write lock guard, ensuring exclusive access for the lifetime of the slice.
- Memory
Mapped File - Memory-mapped file with safe, zero-copy region access.
- Memory
Mapped File Builder - Builder for MemoryMappedFile construction with options.
Enums§
- Mmap
Mode - Access mode for a memory-mapped file.