Module hyphenation::iter[][src]

Expand description

Hyphenating iterators over strings.

Structs

A hyphenating iterator that breaks text into segments delimited by word breaks, and marks them with a hyphen where appropriate.

An iterator over borrowed slices delimited by Standard hyphenation opportunities.

An iterator over string segments delimited by Extended hyphenation opportunities. A segment may be borrowed or owned, depending on whether the break requires changes to neighboring letters.

Traits

A hyphenating iterator with borrowed data.