line-span 0.1.3

Find line ranges and jump between next and previous lines
Documentation
[badges.travis-ci]
repository = "vallentin/line-span"

[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 = [".travis.yml", "/benches/", "/tests/"]
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.3"