zeroizing-alloc 0.1.0

Minimal allocator wrapper to zero-on-free data for security
Documentation
[dependencies]

[features]
reference_impl = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Minimal allocator wrapper to zero-on-free data for security"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "zeroizing-alloc"
readme = "README.md"
repository = "https://github.com/1Password/zeroizing-alloc"
version = "0.1.0"

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