peakmem-alloc 0.2.2

An allocator wrapper that allows for scoped peak memory consumption
Documentation
[dev-dependencies.jemallocator]
version = "0.5.4"

[features]
default = []
nightly = []

[package]
authors = ["Pascal Seitz <pascal.seitz@gmail.com>"]
description = "An allocator wrapper that allows for scoped peak memory consumption"
edition = "2021"
exclude = [".gitignore", ".editorconfig", "rustfmt.toml", "tests/**/*"]
keywords = ["alloc", "instrument", "peak", "memory", "mem"]
license = "MIT"
name = "peakmem-alloc"
readme = "README.md"
repository = "https://github.com/PSeitz/peakmem-alloc"
version = "0.2.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]