dashmap 1.1.0

Extremely fast concurrent map.
Documentation
image: 'rust:latest'

stages:
  - test

test:
  stage: 
  script:
    - rustc --version
    - cargo --version
    - cargo test --verbose

cache:
  paths:
    - target/