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 |
#150 in Procedural macros
698,329 downloads per month
Used in 359 crates
(5 directly)
79KB
1.5K
SLoC
proc-macro-utils
Some utility functions on proc-macro types.
lib.rs
:
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
.
Dependencies
~105KB