xqpath 1.4.3

A high-performance jq-inspired path extractor and updater for structured data in Rust with advanced debugging, configuration management and interactive debugging capabilities
Documentation
1
2
3
4
5
pub mod error;
pub mod evaluator;

pub use error::EvaluationError;
pub use evaluator::{evaluate_path_expression, ExpressionEvaluator};