pimalaya-stream 0.1.2

Stream, TLS and SASL utils for Pimalaya
Documentation
1
2
3
4
5
6
7
8
//! Blocking std runtime layer.
//!
//! Hosts the std-blocking transport; the module is named after its
//! runtime on purpose, so a future async runtime gains a sibling
//! module (tokio) next to it.

pub mod proxy;
pub mod stream;