Expand description
Zero-copy segment views into a memory-mapped file.
Structsยง
- Segment
- Immutable view into a region of a memory-mapped file.
- Segment
Mut - Mutable view into a region of a memory-mapped file. Holds a reference to the parent map; mutable access is provided on demand.