Valust Utils for Axum
This crate offers multiple utilities for the axum.
Feature list
Extractors
Extractors are stored in the valust_axum::extractor module.
| Extractor | Language | Backend | Content-Type |
|---|---|---|---|
ValidJson |
JSON | axum/json |
application/json |
ValidSonic |
JSON | sonic-rs |
application/json |
ValidForm |
x-www-form |
axum/form |
application/x-www-form-urlencoded |
ValidMsgPack |
Message Pack |
rmp-serde |
application/msgpack |
ValidXml |
XML | quick-xml |
application/xml |
ValidCbor |
CBOR | ciborium |
application/cbor |
ValidYaml |
YAML | serde_yaml |
application/yaml |
ValidToml |
Toml | toml |
application/toml |
ValidRon |
Ron | ron |
application/ron |