crash-handler 0.5.1

Allows running of user code during crash events
Documentation
mod shared;

#[test]
fn handles_trap() {
    shared::handles_crash(shared::SadnessFlavor::Trap);
}