sensitive 0.9.2

Memory allocator for sensitive information
Documentation

Synopsis

This is a library of memory allocators and data structures to handle sensitive information, especially when interfacing with foreign and unsafe code.

It currently features:

Usage

Add this to your Cargo.toml:

[dependencies]
sensitive = "0.9"

Implementation notes

This code relies heavily on experimental nightly‐only APIs.