read_char 0.1.0

Easier char based reading from Read types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "read_char"
version = "0.1.0"
authors = ["Tomasz Kłak <tomasz@tomaszklak.pl>"]
edition = "2018"
license = "AGPL-3.0-only"
description = "Easier char based reading from Read types."

[dependencies]
smallvec = "0.6.10"

[dev-dependencies]
proptest = "0.9.4"
criterion = "0.3"

[[bench]]
name = "my_benchmark"
harness = false