stable-vec 0.2.0

A Vec-like collection which guarantees stable indices and features O(1) deletion of elements
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly

matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true

script:
  - ci/run-all.sh

# speeds up travis build (I guess)
git:
  depth: 1

cache: cargo