app-memory-usage-fetcher

Crates.ioapp-memory-usage-fetcher
lib.rsapp-memory-usage-fetcher
version0.2.1
created_at2025-02-17 21:23:23.283115+00
updated_at2025-02-25 22:48:35.19321+00
descriptionQuery a supported operating system to get the amount of memory used by the current Rust application.
homepage
repositoryhttps://github.com/rjzak/app-memory-usage-fetcher
max_upload_size
id1559355
size22,042
Richard Zak (rjzak)

documentation

README

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.

Commit count: 33

cargo fmt