pimalaya-stream 0.0.1

Stream, TLS and SASL utils for Pimalaya
1
2
3
4
5
6
7
8
9
10
//! Stream, TLS and SASL utils shared by the Pimalaya `io-*` protocol crates.
//!
//! Published for internal Pimalaya usage; API may change without notice.

#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]

pub mod sasl;
#[cfg(feature = "std")]
pub mod std;
pub mod tls;