linux-procfs 0.3.15

The linux-procfs is the data snap library for the `/proc/` filesystem on the linux os.
Documentation
1
2
3
4
#[derive(Debug, Default, Clone, PartialEq, PartialOrd)]
pub struct Uptime {
    pub seconds: f64,
}