Crate trim_lines

Source
๐Ÿ‘Ž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.