line-span 0.1.5

Find line ranges and jump between next and previous lines
Documentation
[dependencies]

[features]
alloc = []
default = ["alloc"]

[package]
authors = ["Christian Vallentin"]
categories = ["algorithms", "text-processing", "no-std"]
description = "Find line ranges and jump between next and previous lines"
documentation = "https://docs.rs/line-span"
edition = "2018"
exclude = ["/tests/", "bench-lines.rs"]
keywords = ["text", "streaming", "line", "lines", "line-end"]
license = "MIT"
name = "line-span"
readme = "README.md"
repository = "https://github.com/vallentin/line-span"
version = "0.1.5"