forgotten 1.2.0

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

pub use global::*;

#[cfg(feature = "custom")]
mod custom;
#[cfg(feature = "custom")]
pub use custom::*;