crash-handler 0.7.0

Allows running of user code during crash events
Documentation
1
2
3
4
5
6
7
8
9
mod shared;

#[test]
fn handles_stack_overflow() {
    shared::handles_crash(shared::SadnessFlavor::StackOverflow {
        non_rust_thread: false,
        long_jumps: false,
    });
}