Crate str_iter [] [src]

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.