rusty_xml-xpath 0.8.1

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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17a39069fb550d81c80f1d71eba30dda906965c6951a8b7d16ffa1fcbf1721a7"

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