add Cargo categories

This commit is contained in:
2022-08-09 22:11:55 +02:00
parent 8c755a509d
commit 95e925fa3b
+1
View File
@@ -7,3 +7,4 @@ description = "An iterator adaptor that accumulates the elements and yields the
repository = "https://github.com/nelsbrock/iter_accumulate"
license = "Apache-2.0"
keywords = ["accumulate", "iterator", "fold"]
categories = ["rust-patterns", "no-std"]