6 lines
95 B
Rust

mod socket;
mod tls;
pub use socket::Socket;
pub use tls::{CertificateInput, MaybeTlsStream};