Expand description
Proc macro helpers for procedural macros
Modules§
- Extension to syn types, mainly for parsing
Functions§
- Generate the crate access for the crate using 2018 syntax.
- Generates the access to the
frame-support
crate. - Generates the hidden includes that are required to make the macro independent from its scope.
- Return all doc attributes literals found.
- Check if a path is using the
frame
crate or not.
Derive Macros§
- self defined parsing struct. not meant for any struct, just for fast parse implementation.
- self defined parsing struct or enum. not meant for any struct/enum, just for fast parse implementation. For enum: it only output fields (empty field act as a None).