procfs 0.13.0-RC.0

Interface to the linux procfs pseudo-filesystem
Documentation
1
2
3
4
5
fn main() {
    // Filters are extracted from `libc` filters
    #[cfg(not(any(target_os = "android", target_os = "linux", target_os = "l4re",)))]
    compile_error!("Building procfs on an for a unsupported platform. Currently only linux and android are supported")
}