Expand description
Memory-mapped file support.
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.