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
[dev-dependencies.doc-comment]
version = "0.3.3"

[lib]
name = "line_ending"
path = "src/lib.rs"

[package]
authors = ["Jeremy Harris <jeremy.harris@zenosmosis.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "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."
edition = "2021"
license = "MIT"
name = "line-ending"
readme = "README.md"
repository = "https://github.com/jzombie/rust-line-ending"
version = "1.5.1"

[[test]]
name = "line_ending_tests"
path = "tests/line_ending_tests.rs"

[[test]]
name = "peekable_ext_tests"
path = "tests/peekable_ext_tests.rs"