vconfig_codegen 0.1.2

Provides attribuite macros to generate code implementing FromRequest guard for deserializating TOML-formatted like TOML-formatted like files/streams to Rust data with variant context.
Documentation
1
2
3
4
5
6
pub(crate) mod actix_web;
pub(crate) mod axum;
pub(crate) mod rocket;

#[cfg(test)]
pub(crate) mod tests;