Expand description
Proc macro development utilities
§Features
Feature | Description |
---|---|
attr_parse | Attribute parsing utilities, attr_parse . |
full | Enable syn/full . If attr_parse is enabled, it’ll implement the traits for types that require syn/full . |
attributed | Enable elements::Attributed . |
generic-impl | Enable elements::GenericImpl . |
module-prefix | Enable elements::ModulePrefix . |
Modules§
- attr_
parse attr_parse
- Utilities for parsing
syn
Attribute
s. - core_
ext - Extension traits
- elements
- Various tokenisable elements
- extract_
fields - Utilities for extracting specific types of fields.
- prelude