Crate block_buffer

source ·
Expand description

Fixed size buffer for block processing of data.

Re-exports

Modules

Structs

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

Traits

Functions

  • Split message into mutable slice of parallel blocks, blocks, and leftover bytes.

Type Aliases