mirror of
https://github.com/telemt/telemt.git
synced 2026-06-23 19:31:11 +03:00
1.0.0
Tschuss Status Quo - Hallo, Zukunft!
This commit is contained in:
@@ -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