zalloc 0.1.0

A global allocator wrapper zeroizing memory on dealloc
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 2.82 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.33 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kayabaNerve

Implementation of a Zeroizing Allocator, enabling zeroizing memory on deallocation. This can either be used with Box (requires nightly and the "allocator" feature) to provide the functionality of zeroize on types which don't implement zeroize, or used as a wrapper around the global allocator to ensure all memory is zeroized.