byte_lines 0.1.1

Iterate over lines of bytes from anything that implements std::io::Read
Documentation
1
2
3
fn main() {
    println!("Hello, world!");
}