linked-hash-map 0.0.8

A HashMap wrapper that holds key-value pairs in insertion order
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: rust
rust:
    - nightly
sudo: false
script:
    - cargo build
    - cargo test
    - cargo doc --no-deps
after_success: |
    [ $TRAVIS_BRANCH = master ] &&
    [ $TRAVIS_PULL_REQUEST = false ] &&
    bash deploy-docs.sh
notifications:
    webhooks: http://huon.me:54857/travis