From 77bd2177bae6677ca5e4c02bdb88152e2ef8cf1c Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Fri, 20 Jan 2017 11:01:48 -0500 Subject: [PATCH] Add categories to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index cde72a44a..15c2fffaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ authors = ["bluss"] description = "Extra iterator adaptors, iterator methods, free functions, and macros." keywords = ["iterator", "data-structure", "zip", "product", "group-by"] +categories = ["algorithms", "rust-patterns"] [lib] bench = false