Skip to content

Commit 4fcc5a4

Browse files
committed
Add flags-related keywords to allow this crate to be easier found on crates.io
1 parent a0ae692 commit 4fcc5a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

enumset/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
rust-version = "1.61"
77

88
description = "A library for creating compact sets of enums."
9-
keywords = ["enum", "bitset"]
9+
keywords = ["enum", "bitset", "flags", "bitflags"]
1010
categories = ["data-structures"]
1111

1212
documentation = "https://docs.rs/enumset/"

0 commit comments

Comments
 (0)