ttl_cache 0.5.0

A cache that will expire values after a TTL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
language: rust
script:
  - cargo build --verbose --all
  - cargo test --verbose --all
  - cargo test --verbose --all --features stats
rust:
  - 1.20.0
  - 1.21.0
  - 1.22.0
  - 1.23.0
  - 1.24.0
  - 1.25.0
  - stable