Crates.io | axum-xml |
lib.rs | axum-xml |
version | 0.2.0 |
source | src |
created_at | 2022-03-14 11:50:30.430851 |
updated_at | 2022-04-08 14:43:22.835448 |
description | XML extractor for axum |
homepage | |
repository | https://github.com/PhotonQuantum/axum-xml |
max_upload_size | |
id | 549794 |
size | 14,163 |
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.
encoding
: support non utf-8 payloadMIT