memory-stats 1.2.0

A cross-platform memory profiler for Rust.
Documentation
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[features]
always_use_statm = []

[package]
authors = ["Arc-blroth <45273859+Arc-blroth@users.noreply.github.com>"]
categories = ["development-tools::profiling"]
description = "A cross-platform memory profiler for Rust."
edition = "2021"
keywords = ["memory", "performance", "profiling"]
license = "MIT OR Apache-2.0"
name = "memory-stats"
readme = "README.md"
repository = "https://github.com/Arc-blroth/memory-stats"
version = "1.2.0"
[target."cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\"))".dependencies.libc]
version = "0.2"
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System", "Win32_System_ProcessStatus", "Win32_System_Threading"]
version = "0.52"