Expand description
Provides a data structure for tracking random-access writes to a buffer.
Structs§
- Bytes
Quilt - A byte buffer that tracks the locations of random-access writes.
- Missing
Segment - A description of a segment in the buffer that hasn’t been written to.
Enums§
- Error
- The error type for writing to the
BytesQuilt.