Crate drone_macros_core[−][src]
Drone procedural macros shared lib.
See drone-core documentation for details.
Macros
| try_parse2 |
Matches the result of |
Structs
| ExternStatic |
Binding to extern static: |
| ExternStruct |
Binding to extern struct: |
| NewMod |
Creates a new struct: |
| NewStatic |
Creates a new static: |
| NewStruct |
Creates a new struct: |
Functions
| emit_err2 |
Emits an error on the given span. |
| emit_parse_err2 |
Emits a parse error on the given span. |
| unkeywordize |
Inserts an underscore at the beginning of the string if the string is a reserved keyword. |