1
2
3
4
5
6
#![cfg_attr(doc_cfg, feature(doc_cfg))]
#![doc = include_str!("../README.md")]

mod singleton;

pub use singleton::*;