eolify 0.1.0

High-performance line ending normalization for Rust.
Documentation
[[bench]]
harness = false
name = "throughput"
path = "benches/throughput.rs"

[dependencies.memchr]
version = "2.7"

[dev-dependencies.criterion]
version = "0.7"

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

[package]
authors = ["Mark Swaanenburg"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "text-processing"]
description = """
High-performance line ending normalization for Rust.
"""
documentation = "https://docs.rs/eolify"
edition = "2021"
homepage = "https://github.com/cygnus9/eolify"
keywords = ["eol", "newline", "line-endings", "crlf"]
license = "MIT/Apache-2.0"
name = "eolify"
readme = "README.md"
repository = "https://github.com/cygnus9/eolify"
version = "0.1.0"

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

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

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

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