kod-kristoff / axum-xml

XML extractor for axum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

XML extractor for axum

License:MIT License


Languages

Language:Rust 100.0%