Structs§
- Read
Line Message Reader - Read a message by reading lines from a BufRead. This is of use mainly for tests and example code.
- Write
Line Message Writer - Handle a message simply by writing to a io::Write and appending a newline. This is of use mainly for tests and example code.