| Crates.io | serviceconf-derive |
| lib.rs | serviceconf-derive |
| version | 0.2.2 |
| created_at | 2025-10-21 05:59:24.640802+00 |
| updated_at | 2025-10-21 07:58:28.771046+00 |
| description | Derive macro for serviceconf |
| homepage | |
| repository | https://github.com/lambdalisue/rs-serviceconf |
| max_upload_size | |
| id | 1893317 |
| size | 31,144 |
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.