thresher 0.1.0

Execute a callback when a memory threshold is reached
Documentation
[dev-dependencies.jemalloc_pprof]
features = ["symbolize"]
version = "0.8.0"

[dev-dependencies.tikv-jemallocator]
features = ["profiling", "unprefixed_malloc_on_supported_platforms"]
version = "0.6.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.47.1"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "jemalloc"
path = "examples/jemalloc.rs"

[lib]
name = "thresher"
path = "src/lib.rs"

[package]
authors = ["cetra3 <cetra3@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["memory-management"]
description = "Execute a callback when a memory threshold is reached"
edition = "2024"
keywords = ["allocator", "memory"]
license = "MIT/Apache-2.0"
name = "thresher"
readme = "README.md"
repository = "https://github.com/cetra3/thresher"
version = "0.1.0"