# HdrHistogram_rust
[](https://crates.io/crates/hdrhistogram)
[](https://docs.rs/hdrhistogram/)
[](https://travis-ci.org/HdrHistogram/HdrHistogram_rust)
[](https://codecov.io/gh/HdrHistogram/HdrHistogram_rust)
{{readme}}
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
hdrhistogram = "6.0"
```
and then just import the main `Histogram` type use:
```rust
use hdrhistogram::Histogram;
```
## License
Dual-licensed to be compatible with the Rust project.
Licensed under the Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0 or the MIT license
http://opensource.org/licenses/MIT, at your option. This file may not be
copied, modified, or distributed except according to those terms.