Module reader

Source

Re-exports§

pub use checked::Checked;
pub use incremental::Incremental;
pub use storage::Storage;

Modules§

checked
incremental
storage

Structs§

Complete
Wraps a single Storage instance as a Reader.
Empty
Returns an empty buffer for the current offset of an inner reader
Limit
Wraps a reader and limits the amount of data that can be read from it

Traits§

Reader
A buffer that can be read with a tracked offset and final position.