We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28cea8d commit e288340Copy full SHA for e288340
safe-discriminant-derive/Cargo.toml
@@ -5,7 +5,8 @@ edition = "2021"
5
readme = "../Readme.md"
6
license = "Apache-3.0"
7
keywords = ["no_std", "enums"]
8
-
+description = """A minimalistic, `no_std` compatible trait and procedural macro \
9
+ for extracting discriminants from enums at zero cost.""""
10
[lib]
11
proc-macro = true
12
safe-discriminant/Cargo.toml
@@ -5,6 +5,9 @@ edition = "2021"
+
[dependencies]
safe-discriminant-derive = {workspace = true}
13
0 commit comments