xmltree 0.3.1

Parse an XML file into a simple tree-like structure
Documentation

xmltree-rs

Documention

A small library for parsing an XML file into an in-memory tree structure.

Needs more testing, not recommended for large XML files.

https://crates.io/crates/xmltree

Usage

Add the following to your Cargo.toml file:

[dependencies]
xmltree = "0.3"

and this to yoru crate root:

extern crate xmltree;

Example

See the documentation:

https://eminence.github.io/xmltree-rs/doc/xmltree/index.html