Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/adamreichold/robinson
- Owner: adamreichold
- License: apache-2.0
- Created: 2025-01-19T15:11:35.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2025-01-19T15:23:20.000Z (17 days ago)
- Last Synced: 2025-01-19T16:26:38.265Z (17 days ago)
- Topics: dom, parser, tree, xml
- Language: Rust
- Homepage:
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.