Expand description
Procedural macro implementation for the stacksafe crate.
This crate provides the #[stacksafe] attribute macro that transforms functions
to use automatic stack growth, preventing stack overflow in deeply recursive scenarios.
Attribute Macrosยง
- stacksafe
- Attribute macro for automatic stack overflow prevention in recursive functions.