Crate str_iter

Source
Expand description

§String Iterator Library

This crate provides substring and character function string iterators.

Structs§

FuncIterator
FuncIterator is a character function iterator.
SubstrIterator
Substr is a string substring iterator.

Traits§

Func
Func defines the character function iterator trait.
Substr
Func defines the character function iterator trait.
Word
Word defines the words iterator trait.