ascii-read 0.1.0

`BufRead`-like methods for reading into an `AsciiString`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "ascii-read"
description = "`BufRead`-like methods for reading into an `AsciiString`."
version = "0.1.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/mdsn/ascii-read"
readme = "README.md"
authors = ["Mariano Casco <madasbytes@gmail.com>"]
keywords = ["ascii", "reader", "string"]

[dependencies]
ascii = "1.1.0"
thiserror = "1.0"