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: over 1 year 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T20:43:39.000Z (over 1 year ago)
- Last Synced: 2025-03-08T17:18:35.431Z (over 1 year ago)
- Topics: dom, parser, tree, xml
- Language: Rust
- Homepage:
- Size: 930 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# robinson
[](https://crates.io/crates/robinson)
[](https://docs.rs/robinson)
[](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.