5 releases (breaking)
| 0.8.0 | Jan 24, 2025 |
|---|---|
| 0.7.0 | Jan 24, 2025 |
| 0.6.0 | Jan 21, 2025 |
| 0.5.0 | Jan 16, 2025 |
| 0.4.0 | Jan 14, 2025 |
#1851 in Debugging
197 downloads per month
50KB
806 lines
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 |
Dependencies
~9–14MB
~173K SLoC