[go: up one dir, main page]

checkers 0.6.3

A sanity checker for global allocations.
Documentation
[dependencies.backtrace]
optional = true
version = "0.3.61"

[dependencies.checkers-macros]
optional = true
version = "0.6.2"

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

[dev-dependencies.lazy_static]
version = "1.4.0"

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

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