oslog 0.2.0

A minimal safe wrapper around Apple's Logging system
1
2
3
fn main() {
    cc::Build::new().file("wrapper.c").compile("wrapper");
}