Re-exports§
pub use checked::Checked;pub use incremental::Incremental;pub use storage::Storage;
Modules§
Structs§
- Complete
- Wraps a single
Storageinstance as aReader. - 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.