alloc_counter 0.0.4

Count allocations, reallocations, deallocations. Allow, deny, or forbid allocations on an expression or function basis.
Documentation
example = []
[dependencies.alloc_counter_macro]
optional = true
version = "0.0.2"

[dependencies.pin-utils]
version = "0.1.0-alpha.4"
[dev-dependencies.futures-executor]
version = "0.3.0"

[features]
default = ["std", "macros"]
macros = ["alloc_counter_macro"]
rustdoc = []
std = []

[package]
authors = ["The SiO4 Project Developers <https://gitlab.com/sio4>"]
categories = ["development-tools::debugging", "development-tools::profiling", "development-tools::testing", "memory-management", "no-std"]
description = "Count allocations, reallocations, deallocations. Allow, deny, or forbid allocations on an expression or function basis."
documentation = "https://docs.rs/alloc_counter"
edition = "2018"
keywords = ["debugging", "profiling", "analysis", "allocation", "counter"]
license = "MIT OR Apache-2.0"
name = "alloc_counter"
repository = "https://gitlab.com/sio4/code/alloc-counter"
version = "0.0.4"
[package.metadata.docs.rs]
all-features = true