linked_hash_set 0.1.3

HashSet with insertion ordering
Documentation
sudo: false
language: rust
cache:
  cargo: true
rust:
- stable
- nightly
env:
- RUST_BACKTRACE=full
matrix:
  allow_failures:
  - rust: nightly
  fast_finish: true
os:
- linux
script:
- cargo test --features "serde"