[package] name = "lines" description = "Utililities for iterating readers efficiently line-by-line." version = "0.0.6" authors = ["Petr Novotnik "] license = "MIT" keywords = ["streaming", "text"] repository = "https://github.com/xitep/lines-rs.git" documentation = "https://docs.rs/lines/" [dependencies] memchr = "1.0"