Expand description

Structs

The error representing an ERR packet line, as possibly wrapped into an std::io::Error in read_line(…).

An implementor of BufRead yielding packet lines on each call to read_line(). It’s also possible to hide the underlying packet lines using the Read implementation which is useful if they represent binary data, like the one of a pack file.