Crate macro_rules_attribute

Source
Expand description

Macros§

attribute_alias
Convenience macro to define new attribute aliases.
derive_alias
Convenience macro to define new derive aliases.

Attribute Macros§

apply
Applies the given macro_rules! macro to the decorated item.
derive
Like #[macro_rules_derive], but for allowing to be used to shadow the “built-in” #[derive] attribute (on Rust ≥ 1.57.0).
macro_rules_attribute
Legacy name for what is currently named #[apply]
macro_rules_derive
Applies the given macro_rules! macro to the decorated item.