stacker 0.1.23

A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack.
Documentation
1
2
3
4
#[inline(always)]
pub unsafe fn guess_os_stack_limit() -> Option<usize> {
    None
}