Skip to content

Commit e37182b

Browse files
bors[bot]crepererum
andcommitted
Merge #30
30: global: reduce crates.io keywords r=crepererum a=crepererum It seems you can have at max 5 keywords. Co-authored-by: Marco Neumann <marco@crepererum.net>
2 parents d65fcbe + 58d9748 commit e37182b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ version = "0.4.0"
44
authors = ["Marco Neumann <marco@crepererum.net>"]
55
license = "MIT/Apache-2.0"
66
keywords = [
7-
"bloomfilter",
8-
"countminsketch",
9-
"cuckoofilter",
107
"filter",
11-
"hyperloglog",
12-
"reservoirsampling",
8+
"probabilistic",
9+
"sampling",
1310
"sketch",
14-
"topk",
1511
]
1612
categories = ["data-structures"]
1713
description = "Simple probabilistic data structures"

0 commit comments

Comments
 (0)