ascii-read
This library provides a trait with read_ascii_lines() and read_ascii_line() methods, parallel to those of BufRead, that return ascii::AsciiString.
[]
= "0.1.0"
Example
Run this example with cargo run --example ascii_lines.
use AsciiBufRead;
use Error;
use io;
Dependencies
This library depends on the ascii and thiserror crates.
License
Licensed under MIT license.