Crate easy_macros_attributes
Source - helpers
- Reexport of helper utilities for the procedural macros.
- internal
- Internal implementation details. Not intended for direct use.
Internal implementation details. Not intended for direct use.
- fields_get_attributes
- Extracts dynamic values from field attributes using
__unknown__ placeholders. - fields_with_attributes
- Filters struct/enum fields by their attributes.
- get_attributes
- Extracts dynamic values from attributes using
__unknown__ placeholders. - has_attributes
- Checks if an item has all specified attributes.