Skip to content

Commit dc9e21d

Browse files
authored
Merge pull request #186 from shepmaster/patch-1
Add categories to Cargo.toml
2 parents 74c70d1 + 77bd217 commit dc9e21d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ authors = ["bluss"]
1010
description = "Extra iterator adaptors, iterator methods, free functions, and macros."
1111

1212
keywords = ["iterator", "data-structure", "zip", "product", "group-by"]
13+
categories = ["algorithms", "rust-patterns"]
1314

1415
[lib]
1516
bench = false

0 commit comments

Comments
 (0)