stats_alloc 0.1.10

An allocator wrapper that allows for instrumenting global allocators
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[features]
default = []
nightly = []

[package]
authors = ["Marcus Griep <mgriep@griep.us>"]
description = "An allocator wrapper that allows for instrumenting global allocators"
documentation = "https://docs.rs/stats_alloc/"
exclude = [".gitignore", ".editorconfig", "release.toml", "rustfmt.toml", "tests/**/*"]
keywords = ["alloc", "instrument", "stats"]
license = "MIT"
name = "stats_alloc"
readme = "README.md"
repository = "https://github.com/neoeinstein/stats_alloc"
version = "0.1.10"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]