Module line_reader

Source

Structs§

LinesSplitEndings
An iterator that reads lines from a BufRead source while preserving line endings.

Enums§

LineEnding

Traits§

BufReadExt
Extension trait that adds the lines_with_endings() method to any BufRead implementation.

Functions§

split_line_ending
Splits a line into its content and line ending parts.