Releases: danielhenrymantilla/macro_rules_attribute-rs
Releases · danielhenrymantilla/macro_rules_attribute-rs
v0.2.0
v0.1.5
v0.1.4
What's Changed
- Fix derive macro usage in readme by @JohnTheCoolingFan in #12
- Added
Custom
derive macro by @ModProg in #15
New Contributors
- @JohnTheCoolingFan made their first contribution in #12
- @ModProg made their first contribution in #15
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
What's Changed
- Reduce MSRV to 1.53 by @GnomedDev in #8
New Contributors
- @GnomedDev made their first contribution in #8
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
- MSRV bumped to 1.57.0
#[{macro_rules_attribute,apply}]
and#[macro_rules_derive]
both support lack of trailing bang- Created
#[derive()]
to shadow the stdlib one, so that it can handle classic derives as well as bang-terminated ones, in which case it defers to#[macro_rules_derive]
. - Created
derive_alias!
andattribute_alias!
convenience helpers, the former being possible thanks to thenested_derive
pattern (to be published as a standalone crate Soon™)
0.0.1
Initial commit