[go: up one dir, main page]

sysinfo 0.29.11

Library to get system information such as processes, CPUs, disks, components and networks
Documentation
1
2
3
4
5
6
7
8
Networks interfaces.

```no_run
use sysinfo::{NetworksExt, System, SystemExt};

let s = System::new_all();
let networks = s.networks();
```