sysinfo 0.17.3

Library to get system information such as processes, processors, disks, components and networks
Documentation
To get the `target_os` etc:
```
rustc --print cfg
```

In `src/lib.rs` add the matching based on the `cfg` data.

Create `src/<new_platform>`.