# axum-xml-extract
[](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
## Credit
Originally forked from [LightQuantumArchive/axum-xml](https://github.com/LightQuantumArchive/axum-xml).