hashmap_core 0.1.10

Implementation of HashMap and HashSet for no_std environments.
Documentation
language: rust
sudo: false

rust:
- nightly

before_script:
- |
  pip install 'travis-cargo<0.2' --user &&
  export PATH=$HOME/.local/bin:$PATH

script:
- travis-cargo build
- travis-cargo doc -- --no-deps

env:
  global:
  - TRAVIS_CARGO_NIGHTLY_FEATURE=""

notifications:
  email: false