Modules§
Macros§
- PATH_
SEPARATOR - q
- Creates a quoted expression for Hydro.
- quse_fn
- stageleft_
crate - stageleft_
no_ entry_ crate
Structs§
- Borrow
Bounds - Runtime
Data - Represents a piece of data that will be passed into the generated code
Traits§
Functions§
- add_
private_ reexport - Adds a private module re-export transformation to the type quoting system.
- quote_
type - Captures a fully qualified path to a given type, which is useful when the generated code needs to explicitly refer to a type known at staging time.
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.