sysinfo 0.22.2

Library to get system information such as processes, processors, disks, components and networks
Documentation
Networks interfaces.

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

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