Quality of life features that extend the range of items compatible with #[mark]
- Tests which can serve as reference point for users.
- Support
#[himark::mark]
forenum
andunion
items. - Support for generic parameters.
- Better module level docs.
- CHANGELOG.md
- README.md has been updated.
Initial release, support only for non-generic struct
items.
- Attribute
#[mark(Marker1, Marker2, ...)]
which generates emptyimpl
s for given trait names. - Attribute
#[marker]
which can be applied to traits in to safeguard against using non empty trait as marker.