Skip to main content

Module buffer

Module buffer 

Source
Expand description

Buffers for reading and writing to crate::Blobs.

Modules§

paged
Blob wrappers for reading and writing data with integrity guarantees, plus a page cache 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.