Crate vconfig_codegen

Crate vconfig_codegen 

Source

Attribute Macrosยง

actix_web_variant_config
Attribute to generate an actix_web::FromRequest implementation for the struct applied to.
axum_variant_config
Attribute to generate an axum::extract::FromRequestParts<S> implementation for the struct applied to.
rocket_variant_config
Attribute to generate a rocket::request::FromRequest<'r> implementation for the struct applied to.