valust-axum 0.4.0

Valust utilities for Axum
docs.rs failed to build valust-axum-0.4.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: valust-axum-0.8.0

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