10 lines
165 B
Rust
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;
|