Crates.io | valust-axum |
lib.rs | valust-axum |
version | |
source | src |
created_at | 2025-01-14 03:52:59.197888+00 |
updated_at | 2025-01-24 13:25:04.897169+00 |
description | Valust utilities for Axum |
homepage | |
repository | https://github.com/Embers-of-the-Fire/valust-rs |
max_upload_size | |
id | 1515420 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate offers multiple utilities for the axum
.
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 |