shared_singleton 0.2.1

The shared_singleton trait provides singleton pattern state management with shared container.
Documentation
1
2
3
4
5
6
#![cfg_attr(doc_cfg, feature(doc_cfg))]
#![doc = include_str!("../README.md")]

mod singleton;

pub use singleton::*;