From 95e925fa3b481370d5a948003902c617b3b1cd1d Mon Sep 17 00:00:00 2001 From: Niklas Elsbrock Date: Tue, 9 Aug 2022 21:59:16 +0200 Subject: [PATCH] add Cargo categories --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d7776f1..f831ade 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]