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 a24d7e7 commit be5283eCopy full SHA for be5283e
src/proc_macros/Cargo.toml
@@ -2,6 +2,11 @@
2
name = "structre_proc_macros"
3
version = "0.0.1"
4
edition = "2021"
5
+license = "ISC"
6
+description = "Static-checked parsing of regexes into structs (helper crate)"
7
+homepage = "https://github.com/andrewbaxter/structre"
8
+repository = "https://github.com/andrewbaxter/structre"
9
+readme = "../../readme.md"
10
11
[lib]
12
proc-macro = true
0 commit comments