r2d2-memcache 0.6.0

Memcached support for the r2d2 connection pool
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
env:
  - RUST_TEST_TASKS=1 RUST_TEST_THREADS=1
services:
  - memcached
matrix:
 allow_failures:
   - rust: nightly

notifications:
  email: false