[][src]Crate trim_lines

Deprecated since 0.2.0:

please use map(str::trim) instead

Structs

Lines

An iterator over the lines of a string, as string slices.

TrimLinesDeprecated

A wrapper around Lines which trims the whitespace from each line.