mobc 0.2.4

A generic connection pool, but async/await
Documentation
# mobc

r2d2 with async/await

[![Build Status](https://travis-ci.com/importcjj/mobc.svg?token=ZZrg3rRkUA8NUGrjEsU9&branch=master)](https://travis-ci.com/importcjj/mobc) [![crates.io](https://img.shields.io/badge/crates.io-0.2.2-%23dea584)](https://crates.io/crates/mobc)

[Documentation](https://docs.rs/mobc/0.1.0/mobc/)

## Usage

```toml
[dependencies]
mobc = "0.2.3"
```

## implementation

* [mobc-redis = "0.2.4"]https://crates.io/crates/mobc-redis

* [mobc-postgres = "0.2.6"]https://crates.io/crates/mobc-postgres

**Note: mobc requires at least Rust 1.39.**



## benchmark

The benchmark is not ready