bustd 0.1.1

Lightweight process killer daemon for out-of-memory scenarios
1
2
3
4
5
#[derive(Debug)]
pub struct LinuxVersion {
    pub major: u8,
    pub minor: u8,
}