15 releases (6 breaking)

new 0.7.0 May 7, 2025
0.6.4 May 6, 2025
0.5.3 May 6, 2025
0.4.3 May 6, 2025
0.1.1 May 6, 2025

#262 in Procedural macros

Download history

546 downloads per month
Used in stringify-inner

MIT license

23KB
629 lines

Some common simple tool for proc-macro impl

What can do:

  • Quickly create processors in the style of #foo(...)
  • Common methods, such as add, split_puncts, is_ident, as_ident, into_punct, is_joint, as_punct_char and set_spaned etc
  • span, set_span traits
  • ParseIter, can peek n, and peek jointed puncts

No runtime deps