Skip to content

Commit 8ed734b

Browse files
Philippe-Choletjswrenn
authored andcommitted
Add two "no-std" categories
1 parent b513c98 commit 8ed734b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "README.md"
1111
description = "Extra iterator adaptors, iterator methods, free functions, and macros."
1212

1313
keywords = ["iterator", "data-structure", "zip", "product"]
14-
categories = ["algorithms", "rust-patterns"]
14+
categories = ["algorithms", "rust-patterns", "no-std", "no-std::no-alloc"]
1515

1616
edition = "2018"
1717

0 commit comments

Comments
 (0)