xee-xpath-ast 0.1.4

XPath parser and AST implementation
Documentation
1
2
3
4
5
6
7
mod ast_core;

mod rename;
mod visitor;

pub use ast_core::*;
pub(crate) use rename::unique_names;