Module lexical_util::iterator
source · Expand description
Specialized iterator 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.
Structs§
- Slice iterator that skips characters matching a given value.
Traits§
- Trait to simplify creation of a
Bytes
object. - Iterator over a contiguous block of bytes.
- A trait for working with iterables of bytes.