crash-handler 0.5.1

Allows running of user code during crash events
Documentation
#![cfg(windows)]

mod shared;

#[test]
fn handles_purecall() {
    shared::handles_crash(shared::SadnessFlavor::Purecall);
}