zeroize 0.6.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
Build #150148 2019-03-23 21:26:54

# rustc version rustc 1.35.0-nightly (0f88167f8 2019-03-18)

# docs.rs version cratesfyi 0.6.0 (32b0d13 2019-03-19)

# build log Updating crates.io index Downloading crates ... Downloaded zeroize v0.6.0 Fresh unicode-xid v0.1.0 Fresh proc-macro2 v0.4.27 Fresh quote v0.6.11 Fresh syn v0.15.29 Compiling zeroize_derive v0.1.0 Running `rustc --edition=2018 --crate-name zeroize_derive /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/zeroize_derive-0.1.0/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=e233241d30982df4 -C extra-filename=-e233241d30982df4 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-03879da7cf01efcf.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-80562f5ac74b8831.rlib --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-650e6a844ebe884d.rlib --cap-lints allow` Documenting zeroize v0.6.0 Running `rustdoc --edition=2018 --crate-name zeroize /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/zeroize-0.6.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search --extern-html-root-url 'zeroize_derive=https://docs.rs/zeroize_derive/0.1.0' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern zeroize_derive=/home/cratesfyi/cratesfyi/debug/deps/libzeroize_derive-e233241d30982df4.so` Finished dev [unoptimized + debuginfo] target(s) in 4.29s