xmltree 0.3.2

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

[Documention](https://eminence.github.io/xmltree-rs/doc/xmltree/index.html)

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:

```toml
[dependencies]
xmltree = "0.3"
```

and this to yoru crate root:

```rust
extern crate xmltree;
```

## Example

See the documentation:

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