Crate block_buffer
source ·Expand description
Fixed size buffer for block processing of data.
Re-exports§
- pub use generic_array;
Structs§
- Buffer for block processing of data.
- Eager block buffer kind, which guarantees that buffer position always lies in the range of0..BlockSize.
- Block buffer error.
- Lazy block buffer kind, which guarantees that buffer position always lies in the range of0..=BlockSize.
Traits§
- Trait for buffer kinds.
Type Aliases§
- Block on whichBlockBufferoperates.
- Eager block buffer.
- Lazy block buffer.