mobc 0.5.7

A generic connection pool with async/await support
Documentation
language: rust
rust:
  - stable
  - nightly

matrix:
  allow_failures:
    - rust: stable
  fast_finish: true

script:
  - RUST_BACKTRACE=1 cargo build --verbose --all
  - RUST_BACKTRACE=1 cargo test --verbose --all --features=async-std,unstable
  - RUST_BACKTRACE=1 cargo test --verbose --all --features=tokio,unstable
  # - cargo bench