Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adamreichold/robinson

For when you go to a lonely island and survival depends on parsing XML.
https://github.com/adamreichold/robinson

dom parser tree xml

Last synced: 14 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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