5 releases (breaking)

new 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

#433 in Debugging

Download history 192/week @ 2025-01-12 295/week @ 2025-01-19

487 downloads per month

MIT/Apache

50KB
806 lines

Valust Utils for Axum

Crate VersionGitHub top language Crates.io Downloads (recent) Axum Dependency Version


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

~5–13MB
~147K SLoC