Module buffer

Source
Expand description

Buffers for reading and writing to crate::Blobs.

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 content to a Blob to optimize the performance of appending or updating data.