anymap2 0.13.0

A safe and convenient store for one value of each type
Documentation
1
2
3
4
5
6
7
8
9
language: rust
rust:
  - nightly
  - beta
  - stable
script:
  - if [[ "$(rustc --version)" =~ -(dev|nightly) ]]; then cargo bench; fi
  - cargo test
  - cargo test --release