serviceconf-derive 0.2.2

Derive macro for serviceconf
Documentation
1
2
3
4
5
6
7
8
9
# serviceconf-derive

Derive macro implementation for the [`serviceconf`](https://docs.rs/serviceconf) crate.

**Note:** You should use the [`serviceconf`](https://docs.rs/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`](https://docs.rs/serviceconf) crate.