summaryrefslogtreecommitdiffstats
path: root/vendor/mdbook/src/renderer/html_handlebars/mod.rs
blob: f1155ed759e6e880358a9e0569fb08bec0fae093 (plain)
1
2
3
4
5
6
7
8
9
#![allow(missing_docs)] // FIXME: Document this

pub use self::hbs_renderer::HtmlHandlebars;

mod hbs_renderer;
mod helpers;

#[cfg(feature = "search")]
mod search;