forgotten 1.2.0

globally and safely persist a value, implemented with ManuallyDrop
Documentation
1
2
3
4
5
6
7
mod forgotten_impl;
mod key;
mod shared_key;

pub use forgotten_impl::*;
pub use key::*;
pub use shared_key::*;