app-memory-usage-fetcher 0.2.1

Query a supported operating system to get the amount of memory used by the current Rust application.
Documentation

Build Lint Crates.io Version

Application Memory Usage Fetcher

A super simple crate which queries the supported operating system for the number of bytes used. Returns None for unsupported operating systems.

This crate was created after trying to find this functionality from an existing crate, and instead I found instances of people asking for it. So I decided to make it.