Crate chunked_buffer

Source

Structs§

GenericChunkedBuffer
A deque style buffer that can be written to and read from.
Iter
IterChunk

Constants§

DEFAULT_CHUNK_SIZE
The default chunk size

Type Aliases§

ChunkedBuffer
A deque style buffer that can be written to and read from. See GenericChunkedBuffer for more details.