r2d2-memcache 0.6.0

Memcached support for the r2d2 connection pool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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