docs.rs failed to build deadpool-diesel-0.7.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:
deadpool-diesel-0.6.1
Deadpool for Diesel

Deadpool is a dead simple async pool for connections and objects of any type.
This crate implements a deadpool
manager for diesel connections.
Features
| Feature | Description | Extra dependencies | Default |
|---|---|---|---|
sqlite |
Enable sqlite feature in diesel crate |
diesel/sqlite |
no |
postgres |
Enable postgres feature in diesel crate |
diesel/postgres |
no |
mysql |
Enable mysql feature in diesel crate |
diesel/mysql |
no |
rt_tokio_1 |
Enable support for tokio crate | deadpool/rt_tokio_1 |
yes |
rt_async-std_1 |
Enable support for async-std crate | deadpool/rt_async-std_1 |
no |
serde |
Enable support for serde crate | deadpool/serde |
no |
tracing |
Enable support for tracing by propagating Spans in the interact() calls. Enable this if you use the tracing crate and you want to get useful traces from within interact() calls. |
deadpool-sync/tracing, tracing |
no |
Example
use ;
use ;
async
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.