1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-08-25 09:06:03 +02:00

remove unused code

This commit is contained in:
Nikolay Kim
2018-12-09 15:21:23 -08:00
parent e50be58fdb
commit 227ea15683
2 changed files with 0 additions and 317 deletions

View File

@@ -10,17 +10,13 @@
//! [`Stream`]: #
//! [transports]: #
// #![deny(missing_docs, missing_debug_implementations, warnings)]
mod bcodec;
mod framed;
// mod framed2;
mod framed_read;
mod framed_write;
pub use self::bcodec::BytesCodec;
pub use self::framed::{Framed, FramedParts};
// pub use self::framed2::{Framed2, FramedParts2};
pub use self::framed_read::FramedRead;
pub use self::framed_write::FramedWrite;