signal-hook-sys 0.1.0

Backend crate for signal-hook, with some low-level C code
Documentation
use cc::Build;

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