1 | #![allow(missing_docs)] // FIXME: Document this |
---|---|
2 | |
3 | pub use self::hbs_renderer::HtmlHandlebars; |
4 | |
5 | mod hbs_renderer; |
6 | mod helpers; |
7 | |
8 | #[cfg(feature = "search")] |
9 | mod search; |
10 |
1 | #![allow(missing_docs)] // FIXME: Document this |
---|---|
2 | |
3 | pub use self::hbs_renderer::HtmlHandlebars; |
4 | |
5 | mod hbs_renderer; |
6 | mod helpers; |
7 | |
8 | #[cfg(feature = "search")] |
9 | mod search; |
10 |