licenses.dev

zalloc v0.1.0

A global allocator wrapper zeroizing memory on dealloc

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
zeroize • 1.8.1Securely 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! DIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/zalloc)](https://licenses.dev/cargo/zalloc)
<a href="https://licenses.dev/cargo/zalloc">
  <img src="https://licenses.dev/b/cargo/zalloc" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.0 version:

[![licenses](https://licenses.dev/b/cargo/zalloc/0.1.0)](https://licenses.dev/cargo/zalloc/0.1.0)
<a href="https://licenses.dev/cargo/zalloc/0.1.0">
  <img src="https://licenses.dev/b/cargo/zalloc/0.1.0" alt="licenses" />
</a>
GitHub