Skip to content

Commit

Permalink
feat: add PathSeg to public API
Browse files Browse the repository at this point in the history
This commit introduces the `PathSeg` enum to the public API in `lib.rs`.
  • Loading branch information
geoffreygarrett authored Jul 4, 2024
1 parent 57454fc commit 694b980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ pub use self::context::Context;
pub use self::decorators::DecoratorDef;
pub use self::error::{RenderError, RenderErrorReason, TemplateError, TemplateErrorReason};
pub use self::helpers::{HelperDef, HelperResult};
pub use self::json::path::Path;
pub use self::json::path::{Path, PathSeg};
pub use self::json::value::{to_json, JsonRender, JsonTruthy, PathAndJson, ScopedJson};
pub use self::local_vars::LocalVars;
pub use self::output::{Output, StringOutput};
Expand Down

0 comments on commit 694b980

Please sign in to comment.