3 unstable releases

0.2.0 Apr 8, 2022
0.1.1 Mar 18, 2022
0.1.0 Mar 14, 2022

#33 in #request-body

Download history 12/week @ 2024-01-13 2/week @ 2024-01-20 9/week @ 2024-01-27 1/week @ 2024-02-03 13/week @ 2024-02-10 38/week @ 2024-02-17 12/week @ 2024-02-24 96/week @ 2024-03-02 74/week @ 2024-03-09 6/week @ 2024-03-16 4/week @ 2024-03-23 24/week @ 2024-03-30 7/week @ 2024-04-06 40/week @ 2024-04-13

75 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.8–4.5MB
~89K SLoC