serde-roxmltree 0.10.0

Convert roxmltree documents into Serde-compatible types
Documentation
# serde-roxmltree

[![crates.io](https://img.shields.io/crates/v/serde-roxmltree.svg)](https://crates.io/crates/serde-roxmltree)
[![docs.rs](https://docs.rs/serde-roxmltree/badge.svg)](https://docs.rs/serde-roxmltree)
[![github.com](https://github.com/adamreichold/serde-roxmltree/actions/workflows/ci.yml/badge.svg)](https://github.com/adamreichold/serde-roxmltree/actions/workflows/ci.yml)

Convert [roxmltree](https://github.com/RazrFalcon/roxmltree) documents into [Serde](https://serde.rs/)-compatible types

## License

Licensed under

 * [Apache License, Version 2.0]LICENSE-APACHE or
 * [MIT license]LICENSE-MIT

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.