Module lexical_util::iterator
source · Expand description
Specialized iterator traits.
The traits are iterable, and provide optimizations for contiguous iterators, while still working for non-contiguous data.
Structs
- Slice iterator that stores the original length of the slice.
Traits
- Trait to simplify creation of a
Bytes
object. - Iterator over a contiguous block of bytes.