line-ending 1.5.1

Detect, normalize, and convert line endings across platforms, including support for character streams. Ensures consistent handling of LF, CRLF, and CR line endings in text processing.
Documentation
1
2
3
4
5
6
7
8
#[cfg(doctest)]
doc_comment::doctest!("../README.md");

pub mod line_ending;
pub use line_ending::{LineEnding, LineEndingScores};

pub mod peekable_ext;
pub use peekable_ext::PeekableLineEndingExt;