1 2 3 4 5 6
#![forbid(unsafe_code)] #![cfg_attr(docsrs, feature(doc_cfg))] #![doc = include_str!("./README.md")] mod counter; pub use counter::*;