pidfile-rs 0.1.2

Rust wrapper for pidfile_* functions from libbsd/libutil
1
2
3
fn main() {
    system_deps::Config::new().probe().unwrap();
}