Skip to main content

Module iterator

Module 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§

Bytes
Slice iterator that stores the original length of the slice.

Traits§

AsBytes
Trait to simplify creation of a Bytes object.
DigitsIter
Iterator over a contiguous block of bytes.
Iter
A trait for working with iterables of bytes.