lib.rs
Zeroize
Securely zero memory (a.k.a. zeroize) while avoiding compiler optimizations. This crate implements a portable approach to securely zeroing memory using techniques which guarantee they won't be "optimized away" by the compiler. The Zeroize trait is the crate's primary API. Documentation.
Zerocopy
Zerocopy makes zero-cost memory manipulation effortless. We write unsafe so you don't have to. Thanks for using zerocopy 0.8! For an overview of what changes from 0.7, check out our release notes, which include a step-by-step guide for upgrading from 0.7. Have questions? Need help? Ask the maintainers on GitHub or on Discord! Overview ...