Crate stageleft_macro

Source

Macros§

q
Creates a quoted expression for Hydro.
quse_fn

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 type T.
top_level_mod
A utility for declaring top-level public modules in a Stageleft crate that exports macros.