ramusage
This crate allows you to easily query the used and total amount of memory on your system.
Usage as a library
use Info;
let info = read.expect;
println!;
Usage as an executable
OS Support
- Linux
- OpenBSD (planned)
TODO
- OpenBSD support
- Command-line arguments parser (clap)