system-memory 0.1.1

A small crate to get info/stats on the host's memory
# system-memory


This is a small crate useful for getting surface-level info about the host system's memory. It should work reliably on
windows, mac, and linux, but if you run into any issues please do not hesitate to post them on the github issue tracker.

### Badges

| Service | Badge |
|:---:|:---:|
| Cargo Test Status | ![Cargo Test status]https://github.com/vcfxb/system-memory/actions/workflows/cargo-test.yml/badge.svg?branch=main |
| Cargo Clippy Status | ![Cargo Clippy status]https://github.com/vcfxb/system-memory/actions/workflows/cargo-clippy.yml/badge.svg?branch=main |
| Code Coverage (Coveralls) | [![Coverage Status]https://coveralls.io/repos/github/vcfxb/system-memory/badge.svg?branch=main]https://coveralls.io/github/vcfxb/system-memory?branch=main |
| Code Coverage (Codecov.io) | [![codecov]https://codecov.io/github/vcfxb/system-memory/branch/main/graph/badge.svg?token=HO07JEYMIH]https://codecov.io/github/vcfxb/system-memory/commits?branch=main |
| Docs.rs | [![Documentation]https://docs.rs/system-memory/badge.svg]https://docs.rs/system-memory |
| Crates.io | [![Crates.io]https://img.shields.io/crates/v/system-memory.svg]https://crates.io/crates/system-memory |
| GitHub release | [![GitHub release]https://img.shields.io/github/release/vcfxb/system-memory.svg]https://github.com/vcfxb/system-memory/releases |

|  | Downloads|
|:---:|:---:|
| Crates.io | [![Crates.io]https://img.shields.io/crates/d/system-memory.svg]https://crates.io/crates/system-memory |
| Crates.io (Latest) | [![Crates.io]https://img.shields.io/crates/dv/system-memory.svg]https://crates.io/crates/system-memory/0.1.1 |