Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamreichold/serde-roxmltree
Convert roxmltree documents into Serde-compatible types
https://github.com/adamreichold/serde-roxmltree
Last synced: 3 months ago
JSON representation
Convert roxmltree documents into Serde-compatible types
- Host: GitHub
- URL: https://github.com/adamreichold/serde-roxmltree
- Owner: adamreichold
- License: apache-2.0
- Created: 2022-08-10T07:39:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T06:13:31.000Z (6 months ago)
- Last Synced: 2024-08-10T09:58:47.228Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# 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.