Crate bytes_quilt

Crate bytes_quilt 

Source
Expand description

Provides a data structure for tracking random-access writes to a buffer.

Structs§

BytesQuilt
A byte buffer that tracks the locations of random-access writes.
MissingSegment
A description of a segment in the buffer that hasn’t been written to.

Enums§

Error
The error type for writing to the BytesQuilt.