singleton 0.2.2

Singleton holder for convenient global state management.
Documentation
1
2
3
4
5
6
7
8
#[macro_use]
mod singleton;

#[macro_use]
mod preemptive;

pub use singleton::Singleton;
pub use preemptive::PreemptiveSingleton;