Crate block_buffer

source ·
Expand description

Fixed size buffer for block processing of data.

Re-exports§

Structs§

  • Buffer for block processing of data.
  • Eager block buffer kind, which guarantees that buffer position always lies in the range of 0..BlockSize.
  • Lazy block buffer kind, which guarantees that buffer position always lies in the range of 0..=BlockSize.

Traits§

Type Aliases§