serviceconf-derive 0.2.1

Derive macro for serviceconf
Documentation

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.