zeroize 1.1.0

Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM!
Documentation
[badges.maintenance]
status = "passively-maintained"
[dependencies.zeroize_derive]
optional = true
version = "1.0.0"

[features]
alloc = []
default = ["alloc"]

[package]
authors = ["Tony Arcieri <tony@iqlusion.io>"]
categories = ["cryptography", "memory-management", "no-std", "os"]
description = "Securely clear secrets from memory with a simple trait built on\nstable Rust primitives which guarantee memory is zeroed using an\noperation will not be 'optimized away' by the compiler.\nUses a portable pure Rust implementation that works everywhere,\neven WASM!\n"
edition = "2018"
homepage = "https://github.com/iqlusioninc/crates/"
keywords = ["memory", "memset", "secure", "volatile", "zero"]
license = "Apache-2.0 OR MIT"
name = "zeroize"
readme = "README.md"
repository = "https://github.com/iqlusioninc/crates/tree/develop/zeroize"
version = "1.1.0"
[package.metadata.docs.rs]
all-features = true