Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.