rustls-tokio-postgres
A tokio_postgres TLS connector backed by rustls.
Example
use ;
use ;
async
Features
- channel-binding: enables TLS channel binding, if supported.
- native-roots: enables a function for creating a
rustls::ClientConfigusing the rustls-native-certs crate. - webpki-roots: enables a function for creating a
rustls::ClientConfigusing the webpki-roots crate.