sys_metrics 0.1.53

Cross-platform library to gather stats/information from the host
Documentation
sys_metrics
========
[![crates.io](https://img.shields.io/crates/v/sys_metrics.svg)](https://crates.io/crates/sys_metrics)
[![Docs.rs](https://docs.rs/sys_metrics/badge.svg)](https://docs.rs/sys_metrics)
[![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](LICENSE)
[![CI](https://github.com/Martichou/sys_metrics/workflows/CI/badge.svg)](https://github.com/Martichou/sys_metrics/actions)

`sys_metrics` is a WIP project intended to give an alternative to others tools which can be slower or provide too many useless informations.

It's a synchronous library which try to be as fast as possible.

WIP Notes
--------------------------

`sys_metrics` in it's WIP stage will only support Linux and macOS.
The structure might not be perfect as of now and is subject to change. If you have a comment about it or anything else feel free to open an issue.

Benchmarks
--------------------------

```bash
➜ cargo bench
```

For reference you can check https://perf-ci.speculare.cloud/ for comparaison across commits (disabled for now).

Contributing
--------------------------

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.