mdbook/crates/mdbook-html/src/html_handlebars/mod.rs
Eric Huss 7eccd1d556 Finish move of hbs_renderer to mdbook-html
This updates everything for the move of hbs_renderer to mdbook-html.
2025-07-23 17:40:57 -07:00

7 lines
133 B
Rust

mod hbs_renderer;
mod helpers;
#[cfg(feature = "search")]
mod search;
mod static_files;
pub use self::hbs_renderer::HtmlHandlebars;