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 6b79ec8 commit d851e69Copy full SHA for d851e69
Cargo.toml
@@ -1,7 +1,13 @@
1
[package]
2
name = "into_enum"
3
version = "0.1.0"
4
+authors = ["Subserial"]
5
edition = "2021"
6
+description = "Rust macro to generate trivial From impls"
7
+repository = "https://github.com/Subserial/into_enum"
8
+license = "MIT-CMU"
9
+keywords = ["enum", "derive", "from", "into"]
10
+categories = ["data-structures"]
11
12
[lib]
13
proc-macro = true
0 commit comments