Skip to content

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

License

Notifications You must be signed in to change notification settings

sam0x17/proc-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages