r2d2-mongodb 0.2.2

A MongoDB adaptor for r2d2 connection pool
Documentation
stages: [ test ]

test:
  stage: test
  image: rust:slim
  script:
    - apt update
    - apt install -y libssl-dev pkg-config
    - cargo test