errno-dragonfly 0.1.2

Exposes errno functionality to stable Rust on DragonFlyBSD
Documentation
1
2
3
fn main() {
    cc::Build::new().file("src/errno.c").compile("liberrno.a");
}