Macros§
Attribute Macros§
- entry
- Defines an entrypoint for staged code, which will be available as a proc macro.
The entrypoint must be a function that returns
impl Quoted<T>
for some typeT
. - top_
level_ mod - A utility for declaring top-level public modules in a Stageleft crate that exports macros.