lines_encoder
The `lines_encoder` test is a copy/paste of `bytes_encoder` and not testing the LinesCodec encoding at all. This updates the test to do simple validations of the LinesCodec encoding.
Create a new tokio-codec crate with many of the contents of `tokio_io::codec`.