Crate easy_proc

Source
Expand description

Helpers for making proc macro crates

Re-exports§

pub extern crate self as easy_proc;
pub use proc_macro_error2;

Traits§

ArgumentList
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§

ArgumentList
Makes a struct able to parse a list of arguments.