proc-utils

Crates.ioproc-utils
lib.rsproc-utils
version0.1.0
sourcesrc
created_at2023-06-08 04:00:04.708407
updated_at2023-06-08 04:00:04.708407
descriptionA series of traits, macros, functions, and utilities that make writing and debugging proc macros easier
homepage
repositoryhttps://github.com/sam0x17/proc-utils
max_upload_size
id885166
size6,768
Sam Johnson (sam0x17)

documentation

README

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.

Commit count: 12

cargo fmt