secret_mem 0.1.0

Rust library for securely managing sensitive data in memory.
Documentation
1
2
3
4
mod alloc;
mod boxed;

pub use boxed::SecretBox;