rusty_xml-xpath 0.2.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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fd9204a1fce5b2021e54b690017cba01ba635c3d427e838263fbefe2b6bd0d4"

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