Expand description
This crate contains the procedural macro implementation for the https://crates.io/crates/tailcall crate. It is not designed to be used directly.
Macros§
- call
- Marks an explicit trampoline-backed tail-call site inside a
#[tailcall]function.
Attribute Macros§
- tailcall
- Transforms a function definition so that all recursive calls within the body are guaranteed to use a single stack frame (via tail recursion).