bytelines 2.3.0

Read input lines as byte slices for high efficiency
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.tokio]
features = ["fs", "io-util"]
version = "1.14"
[dev-dependencies.tokio]
features = ["full"]
version = "1.14"

[package]
authors = ["Isaac Whitfield <iw@whitfin.io>"]
categories = ["parsing", "text-processing"]
description = "Read input lines as byte slices for high efficiency"
edition = "2018"
keywords = ["lines", "bytes"]
license = "MIT"
name = "bytelines"
readme = "README.md"
repository = "https://github.com/whitfin/bytelines"
version = "2.3.0"