summaryrefslogtreecommitdiffstats
path: root/vendor/sysinfo/md_doc/networks.md
blob: d8b6cc632e4dd90acda2e692da22e7f06637284f (plain)
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();
```