1 2 3 4 5
mod counter; mod register; pub use counter::{DittoCounter, DittoMutableCounter}; pub use register::{DittoMutableRegister, DittoRegister};