forked from HdrHistogram/HdrHistogram_rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.tpl
More file actions
32 lines (22 loc) · 1 KB
/
README.tpl
File metadata and controls
32 lines (22 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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.