mdBook/src/renderer/html_handlebars/mod.rs

5 lines
76 B
Rust

pub use self::hbs_renderer::HtmlHandlebars;
mod hbs_renderer;
mod helpers;