rsmicro / kproc-macros

(proposal linux kernel) minimal procedural macros parser that produce a convenient AST by including only the necessary code
https://docs.rs/crate/kproc-parser
GNU General Public License v2.0
0 stars 0 forks source link

feat(kparser): be able to parse attribute on top of enums #60

Closed vincenzopalazzo closed 1 year ago

vincenzopalazzo commented 1 year ago

This is still missing one attribute have multiple values like

#[cli(key=value, key=value)