docs.rs failed to build r2d2_postgres-0.5.0
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:
r2d2_postgres-0.18.2
r2d2-postgres
rust-postgres support library for the r2d2 connection pool.
Documentation is available at https://sfackler.github.io/doc/r2d2_postgres
Example
extern crate r2d2;
extern crate r2d2_postgres;
extern crate postgres;
use Arc;
use Default;
use SslMode;
use PostgresPoolManager;