forked from HdrHistogram/HdrHistogram_rust
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.tpl
31 lines (21 loc) · 794 Bytes
/
README.tpl
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
# {{crate}}
[](https://crates.io/crates/hdrsample)
[](https://docs.rs/hdrsample/)
[](https://travis-ci.org/jonhoo/hdrsample)
{{readme}}
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
hdrsample = "3.0"
```
and this to your crate root:
```rust
extern crate hdrsample;
```
## 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.