alloc_tracker 0.5.11

Memory allocation tracking utilities for benchmarks and performance analysis
Documentation
[package]
name = "alloc_tracker"
description = "Memory allocation tracking utilities for benchmarks and performance analysis"
publish = true
version = "0.5.11"

authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true

[features]
default = []
panic_on_next_alloc = []

[dependencies]

[dev-dependencies]
criterion = { workspace = true }
mutants = { workspace = true }
static_assertions = { workspace = true }

[[bench]]
name = "alloc_tracker_bench_example"
harness = false

[[bench]]
name = "tracking_overhead"
harness = false

[lints]
workspace = true