Crate macro_rules_attribute_proc_macro[][src]

Expand description

Do not use this crate directly. Instead, use ::macro_rules_attribute

Attribute Macros

macro_rules_attribute

Applies the given macro_rules! macro to the decorated item.

macro_rules_derive

Applies the given macro_rules! macro to the decorated item.