netsock 0.7.0

Cross-platform library for network sockets information
Documentation
1
2
3
4
5
6
fn main() {
    #[cfg(target_os = "freebsd")]
    {
        println!("cargo:rustc-link-lib=procstat");
    }
}