mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
Move Framed from tokio-proto to core
This commit extracts the concrete implementation of `FrameIo` in tokio-proto to tokio-core under the name `EasyFramed`. This extraction is accompanied with a new `EasyBuf` buffer type to work with when parsing types. The purpose of this movement is to provide a clear and easy entry point at the `FramedIo` layer for those who need it. Eventually these buffer types will get replaced or moved to the `bytes` crate, but in the interest of an 0.1 release and remaining backwards compatible with the tokio-core 0.1 release this is adding a separate module.
This commit is contained in:
@@ -113,3 +113,4 @@ mod heap;
|
||||
pub mod channel;
|
||||
pub mod net;
|
||||
pub mod reactor;
|
||||
pub mod easy;
|
||||
|
||||
Reference in New Issue
Block a user