xmltree 0.5.0

Parse an XML file into a simple tree-like structure
Documentation
[package]
name = "xmltree"
version = "0.5.0"
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.5"