lines 0.0.7

Utililities for iterating readers efficiently line-by-line.
Documentation
[package]
name = "lines"
description = "Utililities for iterating readers efficiently line-by-line."
version = "0.0.7"
authors = ["Petr Novotnik <pnovotnik@googlemail.com>"]
license = "MIT"
keywords = ["streaming", "text"]
repository = "https://codeberg.org/xitep/lines-rs.git"
documentation = "https://docs.rs/lines/"
edition = "2024"

[dependencies]
memchr = "2"

[dev-dependencies]
criterion = "0.8"

[[bench]]
name = "benchmarks"
harness = false