mdbook/renderer/html_handlebars/
mod.rs

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;