13 releases (breaking)
| 0.10.0 | May 21, 2024 |
|---|---|
| 0.9.1 | Mar 13, 2024 |
| 0.8.0 | May 14, 2023 |
| 0.5.1 | Mar 2, 2023 |
#392 in Procedural macros
917,260 downloads per month
Used in 601 crates
(5 directly)
79KB
1.5K
SLoC
Some useful functions on proc_macro and proc_macro2 types
E.g. pushing tokens onto TokenStream and testing
for specific punctuation on TokenTree and Punct
It also adds the assert_tokens! and assert_expansion! macros to
improve unit testability for proc-macros.
proc-macro-utils
Some utility functions on proc-macro types.
Dependencies
~86KB