xmltree 0.3.2

Parse an XML file into a simple tree-like structure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "xmltree"
version = "0.3.2"
authors = ["Andrew Chin <achin@eminence32.net>"]
description = "Parse an XML file into a simple tree-like structure"
documentation = "http://eminence.github.io/xmltree-rs/doc/xmltree/index.html"
repository = "https://github.com/eminence/xmltree-rs"
keywords = ["xml", "parse", "xmltree"]
license = "MIT"

[dependencies]
xml-rs = "0.3"

[dev-dependencies]
tempfile = "~1.1"