stats_alloc 0.1.3

An allocator wrapper that allows for instrumenting global allocators
[package]
name = "stats_alloc"
version = "0.1.3"
authors = ["Marcus Griep <mgriep@griep.us>"]
description = "An allocator wrapper that allows for instrumenting global allocators"
keywords = ["alloc", "instrument", "stats"]
license = "MIT"
repository = "https://github.com/neoeinstein/stats_alloc"
documentation = "https://docs.rs/stats_alloc"
readme = "README.md"
exclude = [
    ".gitignore",
    ".editorconfig",
    "tests/**/*",
]

[features]
default = []
nightly = []