1 unstable release

0.1.0 Jun 8, 2023

#81 in #series

Download history 7/week @ 2024-01-08 8/week @ 2024-01-15 14/week @ 2024-02-12 19/week @ 2024-02-19 51/week @ 2024-02-26 28/week @ 2024-03-04 23/week @ 2024-03-11 19/week @ 2024-03-18 33/week @ 2024-03-25 48/week @ 2024-04-01 15/week @ 2024-04-08 32/week @ 2024-04-15

130 downloads per month
Used in 6 crates (via proc-utils)

MIT license

3KB

proc-utils

Crates.io docs.rs Build Status MIT License

This crate provides a series of traits, macros, functions, and utilities that make writing and debugging proc macros easier

This includes pretty-printing facilities for anything implementing syn::ToTokens, as well as some useful macros including #[overwrite_with(..)] and #[suppress_item], which allow for suppressing and/or replacing the underlying item that the attribute is attached to, which can be a useful debugging trick.

See the documentation for specific usage examples.

Dependencies

~300–730KB
~18K SLoC