linux_procfs/
uptime.rs

1#[derive(Debug, Default, Clone, PartialEq, PartialOrd)]
2pub struct Uptime {
3    pub seconds: f64,
4}