1.0.0
Tschuss Status Quo - Hallo, Zukunft!
This commit is contained in:
10
src/stream/mod.rs
Normal file
10
src/stream/mod.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
//! Stream wrappers for MTProto protocol layers
|
||||
|
||||
pub mod traits;
|
||||
pub mod crypto_stream;
|
||||
pub mod tls_stream;
|
||||
pub mod frame_stream;
|
||||
|
||||
pub use crypto_stream::{CryptoReader, CryptoWriter, PassthroughStream};
|
||||
pub use tls_stream::{FakeTlsReader, FakeTlsWriter};
|
||||
pub use frame_stream::*;
|
||||
Reference in New Issue
Block a user