3 unstable releases
0.2.0 | Apr 8, 2022 |
---|---|
0.1.1 | Mar 18, 2022 |
0.1.0 | Mar 14, 2022 |
#39 in #request-body
73 downloads per month
14KB
233 lines
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 is used to parse payloads.
Features
encoding
: support non utf-8 payload
License
MIT
lib.rs
:
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 is used to parse payloads.
Features
encoding
: support non utf-8 payload
Dependencies
~2.7–4.5MB
~87K SLoC