Crate axum_yaml

source ·
Expand description

YAML extractor for axum

This crate provides struct Yaml that can be used to extract typed information from request’s body.

serde-yaml parser under the hood.

Re-exports

pub use crate::yaml::Yaml;

Modules

YAML extractor for axum