Crate block_buffer
Fixed size buffer for block processing of data.
Modules
Structs
- BlockBuffer Buffer for block processing of data.
-
Eager
Eager block buffer kind, which guarantees that buffer position
always lies in the range of
0..BlockSize. -
Lazy
Lazy block buffer kind, which guarantees that buffer position
always lies in the range of
0..=BlockSize.
Traits
- BufferKind Trait for buffer kinds.
Type Aliases
-
Block
Block on which
BlockBufferoperates. - EagerBuffer Eager block buffer.
- LazyBuffer Lazy block buffer.