3 unstable releases

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

#44 in #request-body

Download history 7/week @ 2024-11-13 6/week @ 2024-11-20 25/week @ 2024-11-27 57/week @ 2024-12-04 89/week @ 2024-12-11 63/week @ 2024-12-18 57/week @ 2024-12-25 58/week @ 2025-01-08 148/week @ 2025-01-15 62/week @ 2025-01-22 112/week @ 2025-01-29 137/week @ 2025-02-05 159/week @ 2025-02-12 92/week @ 2025-02-19 44/week @ 2025-02-26

454 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