YAML extractor for axum
This crate provides struct Yaml that can be used to extract typed information from request’s body.
Yaml
serde_yaml parser under the hood.
serde_yaml
pub use crate::yaml::Yaml;