futures-cache 0.10.2

Futures-aware cache backed by sled.
Documentation
language: rust
os:
  - linux
  - windows
  - osx
rust:
  - beta
  - nightly
branches:
  only:
    - master
script:
  - cargo build
  - cargo test
env:
  - RUST_BACKTRACE=1