rusty_xml-xpath 0.8.0

XPath 1.0 compile + eval for rusty_xml
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rusty_xml-tree"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9fd592eb0853d4e012d2978335245ad7710f7adf90fdcca44ceb90c06180e08"

[[package]]
name = "rusty_xml-xpath"
version = "0.8.0"
dependencies = [
 "rusty_xml-tree",
]