Procedural macro implementation for the stacksafe crate.
stacksafe
This crate provides the #[stacksafe] attribute macro that transforms functions to use automatic stack growth, preventing stack overflow in deeply recursive scenarios.
#[stacksafe]