zeroize 0.7.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 #161044 2019-05-19 23:54:46

# rustc version rustc 1.36.0-nightly (4443957f2 2019-05-12)

# docs.rs version cratesfyi 0.6.0 (be80566 2019-05-06)

# build log Updating crates.io index Downloading crates ... Downloaded zeroize v0.7.0 Fresh unicode-xid v0.1.0 Fresh proc-macro2 v0.4.30 Fresh quote v0.6.12 Fresh syn v0.15.34 Fresh synstructure v0.10.2 Compiling zeroize_derive v0.7.0 Running `rustc --edition=2018 --crate-name zeroize_derive /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/zeroize_derive-0.7.0/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=526c63bda7c29188 -C extra-filename=-526c63bda7c29188 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-82208d05ee579d1e.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-e4571c6f4a50accc.rlib --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-e2ece52a8c5181a4.rlib --extern synstructure=/home/cratesfyi/cratesfyi/debug/deps/libsynstructure-029c80b1b16787c4.rlib --cap-lints allow` Documenting zeroize v0.7.0 Running `rustdoc --edition=2018 --crate-name zeroize /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/zeroize-0.7.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 -20190512-1.36.0-nightly-4443957f2 --static-root-path / --disable-per-crate-search --extern-html-root-url 'zeroize_derive=https://docs.rs/zeroize_derive/0.7.0' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern zeroize_derive=/home/cratesfyi/cratesfyi/debug/deps/libzeroize_derive-526c63bda7c29188.so` Finished dev [unoptimized + debuginfo] target(s) in 3.71s