1 2 3 4 5 6 7 8
pub mod center; pub mod host; #[doc = include_str!("README.md")] pub mod docs {} pub use center::*; pub use host::*;