rehashinghashmap 0.1.2

A HashMap wrapper that shrinks to fit in small steps.
Documentation
language: rust
sudo: false
rust:
  - stable
  - nightly

script:
  - cargo test --verbose

notifications:
  email: false