1 2 3 4 5 6 7 8 9 10
#![doc = include_str!("../README.md")] pub mod core; pub mod helper; pub mod render; pub mod string; pub use core::Printer; pub use render::{Io, Render};