[go: up one dir, main page]

sysinfo 0.30.3

Library to get system information such as processes, CPUs, disks, components and networks
Documentation
1
2
3
4
5
// Does nothing and just exits after waiting for 30 seconds.

fn main() {
    std::thread::sleep(std::time::Duration::from_secs(30));
}