1 2 3 4 5 6 7 8 9
#![doc(html_no_source)] #[macro_use] extern crate doc_comment; #[doc(hidden)] mod posts; pub use posts::*;