quarb-xpath 0.1.0

XPath 1.0 importer: translate XPath to Quarb queries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.