Skip to content

Commit

Permalink
Merge pull request #603 from sunng87/fix/expose-directory-source-options
Browse files Browse the repository at this point in the history
fix: expose directory source options
  • Loading branch information
sunng87 authored Sep 4, 2023
2 parents fb4ff04 + 93a9cc2 commit fad671a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,8 @@ pub use self::json::path::Path;
pub use self::json::value::{to_json, JsonRender, PathAndJson, ScopedJson};
pub use self::local_vars::LocalVars;
pub use self::output::{Output, StringOutput};
#[cfg(feature = "dir_source")]
pub use self::registry::DirectorySourceOptions;
pub use self::registry::{html_escape, no_escape, EscapeFn, Registry as Handlebars};
pub use self::render::{Decorator, Evaluable, Helper, RenderContext, Renderable};
pub use self::template::Template;
Expand Down

0 comments on commit fad671a

Please sign in to comment.