robinson 0.3.0

For when you go to a lonely island and survival depends on parsing XML.
Documentation
# robinson

[![crates.io](https://img.shields.io/crates/v/robinson.svg)](https://crates.io/crates/robinson)
[![docs.rs](https://docs.rs/robinson/badge.svg)](https://docs.rs/robinson)
[![github.com](https://github.com/adamreichold/robinson/actions/workflows/test.yaml/badge.svg)](https://github.com/adamreichold/robinson/actions/workflows/test.yaml)

For when you go to a lonely island and survival depends on parsing XML.

This is a rewrite of [`roxmltree`](https://github.com/RazrFalcon/roxmltree) which makes a few API changes and drops some verification steps to enable speed-ups between 20 and 50 percent.

## 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.