Module buffer

Module buffer 

Source
Expand description

Buffers for reading and writing to crate::Blobs.

Re-exports§

pub use pool::PoolRef;

Modules§

pool
Blob wrappers for reading and writing data with integrity guarantees, plus a buffer pool that manages read caching over the data.

Structs§

Read
A reader that buffers content from a Blob to optimize the performance of a full scan of contents.
Write
A writer that buffers the raw content of a Blob to optimize the performance of appending or updating data.