https://github.com/LightQuantumArchive/axum-xml
XML extractor for axum
https://github.com/LightQuantumArchive/axum-xml
Last synced: about 1 year ago
JSON representation
XML extractor for axum
- Host: GitHub
- URL: https://github.com/LightQuantumArchive/axum-xml
- Owner: LightQuantumArchive
- License: mit
- Created: 2022-03-14T11:43:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T00:17:01.000Z (about 1 year ago)
- Last Synced: 2025-03-17T19:22:01.584Z (about 1 year ago)
- Language: Rust
- Size: 272 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# axum-xml
[](https://crates.io/crates/axum-xml)
[](https://docs.rs/axum-xml)
XML extractor for axum.
This crate provides struct `Xml` that can be used to extract typed information from request's body.
Under the hood, [quick-xml](https://github.com/tafia/quick-xml) is used to parse payloads.
## Features
- `encoding`: support non utf-8 payload
## License
MIT