cdbc 0.1.23

Rust Coroutine Database Driver Connectivity
Documentation
1
2
3
4
5
6
7
8
9
10
mod socket;
mod tls;

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

// #[cfg(feature = "_rt-async-std")]
type PollReadBuf<'a> = Vec<u8>;

pub use socket::IsTLS;