countme 2.0.4

Counts the number of live instances of types
Documentation
[[example]]
name = "print_at_exit"
required-features = ["print_at_exit"]

[[example]]
name = "bench"
required-features = ["enable"]
[dependencies.dashmap]
optional = true
version = "4"

[dependencies.once_cell]
optional = true
version = "1.5"

[dependencies.rustc-hash]
optional = true
version = "1.1"

[features]
enable = ["dashmap", "once_cell", "rustc-hash"]
print_at_exit = ["enable"]

[package]
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
categories = ["development-tools::profiling"]
description = "Counts the number of live instances of types"
edition = "2018"
exclude = [".github/", "bors.toml", "rustfmt.toml"]
license = "MIT OR Apache-2.0"
name = "countme"
repository = "https://github.com/matklad/countme"
version = "2.0.4"