ripline 0.1.0

This is not the greatest line reader in the world, this is just a tribute. Fast line based iteration almost entirely lifted from ripgreps grep_searcher. All credit to Andrew Gallant and the ripgrep contributors.
Documentation
[dependencies.bstr]
default-features = false
features = ["std"]
version = "0.2"

[dependencies.bytecount]
version = "0.6"

[dev-dependencies.grep-cli]
version = "0.1.5"

[dev-dependencies.linereader]
version = "0.4.0"

[dev-dependencies.memchr]
version = "2"

[dev-dependencies.memmap2]
version = "0.3.0"

[dev-dependencies.rand]
version = "0.7.0"

[dev-dependencies.termcolor]
version = "1.1.2"

[features]
default = ["bytecount/runtime-dispatch-simd"]

[package]
authors = ["Seth Stadick <sstadick@gmail.com>"]
description = """
This is not the greatest line reader in the world, this is just a tribute.

Fast line based iteration almost entirely lifted from ripgreps grep_searcher.

All credit to Andrew Gallant and the ripgrep contributors.
"""
documentation = "https://docs.rs/ripline"
edition = "2018"
homepage = "https://github.com/sstadick/ripline"
keywords = ["lines", "reader"]
license = "Unlicense/MIT"
name = "ripline"
readme = "README.md"
repository = "https://github.com/sstadick/ripline"
version = "0.1.0"