mdbook/src/renderer/html_handlebars/mod.rs
2024-08-14 19:09:13 +01:00

10 lines
165 B
Rust

#![allow(missing_docs)] // FIXME: Document this
pub use self::hbs_renderer::HtmlHandlebars;
mod hbs_renderer;
mod helpers;
#[cfg(feature = "search")]
mod search;