Module lexical_util::buffer

source ·
Expand description

Specialized buffer traits.

The traits are for iterables containing bytes, and provide optimizations which then can be used for contiguous or non-contiguous iterables, including containers or iterators of any kind.

Traits§

  • A trait for working with iterables of bytes.