memcheck 0.0.1

Allocation sanitizer for `GlobalAlloc`, which adds nominal bookkeeping to guard against incorrect `Layout`s and double-free.
Documentation
[dependencies.static_assertions]
version = "1"

[dev-dependencies.rand]
default-features = false
features = ["small_rng"]
version = "0.9"

[lib]
name = "memcheck"
path = "src/lib.rs"

[package]
authors = ["Tably Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Allocation sanitizer for `GlobalAlloc`, which adds nominal bookkeeping to guard against incorrect `Layout`s and double-free.
"""
documentation = "https://docs.rs/memcheck"
edition = "2021"
homepage = "https://github.com/alecmocatta/memcheck"
license = "MIT OR Apache-2.0"
name = "memcheck"
readme = "README.md"
repository = "https://github.com/alecmocatta/memcheck"
version = "0.0.1"

[[test]]
name = "test"
path = "tests/test.rs"