Crate stacksafe_macro

Source
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