Expand description
Helpers for making proc macro crates
Re-exports
pub extern crate self as easy_proc;
pub use proc_macro_error;
Traits
- A parsable list of arguments
Functions
- Finds an attribute from a list with ident
ident
- Finds all attributes from a list with ident
ident
- Parses a list of attributes for a given ident and type
Derive Macros
- Makes a struct able to parse a list of arguments.