two parsers with macros, enum deps, allow dead code

This commit is contained in:
Breval Ferrari 2024-10-04 12:30:24 -04:00
parent 87abf20e67
commit f9841267ec
No known key found for this signature in database
GPG key ID: 6FED68D87C479A59
6 changed files with 126 additions and 2 deletions

12
bng_macros/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "bng_macros"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0", features = ["full"] }