#proc-macro #ast #linux-kernel #necessary #produce #parse

kproc-parser

minimal procedural macros parser that produce a convenient AST by including only the necessary code

14 releases

0.0.1-beta.7 Jun 11, 2023
0.0.1-beta.6 May 12, 2023
0.0.1-beta.3 Apr 30, 2023
0.0.1-alpla.7 Feb 22, 2023
0.0.1-alpla.2 Oct 23, 2022

#136 in Procedural macros

Download history 3/week @ 2023-12-18 147/week @ 2023-12-25 105/week @ 2024-02-05 118/week @ 2024-02-12 95/week @ 2024-02-19 174/week @ 2024-02-26 40/week @ 2024-03-04 80/week @ 2024-03-11 232/week @ 2024-03-18 40/week @ 2024-03-25 319/week @ 2024-04-01

675 downloads per month
Used in 3 crates (2 directly)

MIT license

61KB
1.5K SLoC

kproc-macros

proposal to integrate a library in the Linux kernel where it is possible for parse easily rust code to make easy the parsing of procedural macros


lib.rs:

kproc-parser is a minimal procedural macros parser that produce a convenient AST by including only the necessary code.

Dependencies