Expand description
Helpers for making proc macro crates
Re-exports§
pub extern crate self as easy_
proc; pub use proc_macro_error2;
Traits§
- Argument
List - A parsable list of arguments
Functions§
- find_
attr - Finds an attribute from a list with ident
ident
- find_
attrs - Finds all attributes from a list with ident
ident
- parse_
attribute_ list - Parses a list of attributes for a given ident and type
Derive Macros§
- Argument
List - Makes a struct able to parse a list of arguments.