microseh 1.0.2

Structured Exception Handling (SEH) for Rust
Documentation
1
2
3
4
5
extern crate cc;

fn main() {
    cc::Build::new().file("src/stub.c").compile("sehstub");
}