Skip to content

Commit 4298533

Browse files
authored
Update README.md
1 parent 13dc39c commit 4298533

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ It aims at as compatible as possible with Java implementations, here is some fea
1414
- [x] Zero dependencies
1515

1616
# Usage
17+
18+
Run the following Cargo command in your project directory:
19+
```
20+
cargo add sketches-rust
21+
```
22+
23+
24+
Or add the following line to your Cargo.toml:
25+
```
26+
sketches-rust = "0.2.1"
27+
```
28+
29+
# Demos
1730
```rust
1831
// query quantile
1932
let mut d = DDSketch::collapsing_lowest_dense(0.02,100).unwrap();

0 commit comments

Comments
 (0)