docs.rs failed to build rustls-tokio-postgres-0.1.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
rustls-tokio-postgres-0.1.2
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.