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

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

#1504 in Procedural macros

Download history 65/week @ 2024-11-13 3/week @ 2024-11-20 8/week @ 2024-11-27 25/week @ 2024-12-04 56/week @ 2024-12-11 14/week @ 2024-12-18 2/week @ 2025-01-08 12/week @ 2025-01-15 1/week @ 2025-01-22 8/week @ 2025-01-29 19/week @ 2025-02-05 18/week @ 2025-02-12 14/week @ 2025-02-26

53 downloads per month
Used in 4 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