zeroize_alloc 0.1.1

A zeroizing allocator wrapper.
Documentation
[package]
name = "zeroize_alloc"
version = "0.1.1"
authors = ["Aiden McClelland <me@drbonez.dev>"]
edition = "2018"
repository = "https://github.com/DR-BoneZ/zeroize-alloc-rs"
homepage = "https://github.com/DR-BoneZ/zeroize-alloc-rs"
license = "Apache-2.0"
readme = "README.md"
documentation = "http://docs.rs/zeroize_alloc/"
description = "A zeroizing allocator wrapper."
keywords = ["zero", "alloc", "zeroize", "allocator"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "zeroize_alloc"
path = "src/lib.rs"

[features]
leaky = []

[dependencies]