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

Download history 2/week @ 2024-08-03 137/week @ 2024-09-14 19/week @ 2024-09-21 15/week @ 2024-09-28 12/week @ 2024-10-05 14/week @ 2024-10-12 39/week @ 2024-10-19 7/week @ 2024-10-26 12/week @ 2024-11-02

73 downloads per month

MIT license

14KB
233 lines

axum-xml

crates.io Documentation

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