This crate allows you to easily query the used and total amount of memory on your system.
sh
cargo add ramusage
``` rust use memusage::Info;
let info = Info::read().expect("Failed to read memory usage"); println!("{info}"); ```
sh
cargo install ramusage
ramusage