Expand description
Track the recursion and grow the stack when necessary to enable fearless recursion.
Macrosยง
- tracker
- Define the tracker for recursion and return it.
Structsยง
Constantsยง
- RED_ZONE ๐
- STACK_SIZE ๐
Traitsยง
- Recurse
- The extension trait for a thread-local tracker to run a recursive function.