hdrhistogram 6.0.6

A port of HdrHistogram to Rust
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
cache: cargo
matrix:
  allow_failures:
    - rust: nightly

script:
  - cargo test --verbose
  - cargo test --verbose --no-default-features --no-run