Aaron Turon 36e3dbf418 Refactor framing to use Streams and Sinks
- Gets rid of `easy` module, instead providing framing support directly
  in the `io` module.

- In particular, adds a framing adapter directly to the `Io` trait,
  which gives you a Stream + Sink object. That object can then be
  `split` into separate `Stream` and `Sink` objects if needed.

- Deprecates the `FramedIo` trait; that's now just Stream + Sink.

- Updates the line framing test to use the stream/sink combinators.
2016-11-08 15:47:13 -08:00
..
2016-09-07 22:12:41 -07:00
2016-09-07 22:12:41 -07:00
2016-09-07 22:12:41 -07:00
2016-09-07 22:12:41 -07:00
2016-09-07 22:12:41 -07:00
2016-09-07 22:12:41 -07:00
2016-09-07 22:12:41 -07:00
2016-09-07 22:12:41 -07:00