# quarb-xpath
XPath 1.0 importer: translate XPath to Quarb queries.
Part of [Quarb](https://quarb.org), a query language for *arbors*
— tree-spanned graphs. This crate is a translator: it converts
queries written in another language into equivalent Quarb queries,
so idioms you already know carry over to the
[`quarb`](https://crates.io/crates/quarb) engine and every source
its adapters reach.
See [quarb.org](https://quarb.org) for the language specification,
the user guide, and the per-tool cookbooks.
## License
Dual-licensed under either of [MIT](LICENSE-MIT) or
[Apache-2.0](LICENSE-APACHE), at your option.