We have a lot of code using incr / decr recursion depth, however an incorrectly set recursion depth could still crash.
We could try to protect against this using the tools in https://github.com/rust-lang/stacker - probably just the ability to measure remaining stack, not to manipulate additional stacks.
We have a lot of code using incr / decr recursion depth, however an incorrectly set recursion depth could still crash.
We could try to protect against this using the tools in https://github.com/rust-lang/stacker - probably just the ability to measure remaining stack, not to manipulate additional stacks.