3 unstable releases

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

#28 in #request-body

Download history 1/week @ 2024-01-11 13/week @ 2024-01-18 5/week @ 2024-01-25 5/week @ 2024-02-01 12/week @ 2024-02-08 31/week @ 2024-02-15 18/week @ 2024-02-22 15/week @ 2024-02-29 151/week @ 2024-03-07 12/week @ 2024-03-14

211 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