checkers 0.5.6

A sanity checker for global allocations.
Documentation
[dependencies.checkers-macros]
optional = true
version = "0.5.1"

[dependencies.fxhash]
optional = true
version = "0.2.1"

[features]
default = ["realloc", "zeroed", "macros"]
macros = ["checkers-macros"]
realloc = ["fxhash"]
zeroed = []

[package]
authors = ["John-John Tedro <udoprog@tedro.se>"]
categories = ["memory-management", "development-tools"]
description = "A sanity checker for global allocations.\n"
documentation = "https://docs.rs/checkers"
edition = "2018"
homepage = "https://github.com/udoprog/checkers"
keywords = ["memory", "heap", "allocator"]
license = "MIT/Apache-2.0"
name = "checkers"
readme = "README.md"
repository = "https://github.com/udoprog/checkers"
version = "0.5.6"