Skip to main content

Crate serviceconf_derive

Crate serviceconf_derive 

Source
Expand description

§serviceconf-derive

Derive macro implementation for the serviceconf crate.

Note: You should use the serviceconf crate directly, which re-exports this derive macro along with the necessary runtime support.

This crate provides the #[derive(ServiceConf)] procedural macro that automatically generates environment variable loading code for configuration structs.

For documentation, examples, and usage instructions, please see the serviceconf crate.

Derive Macros§

ServiceConf
ServiceConf derive macro