cfgloader_rs_macros

Crates.iocfgloader_rs_macros
lib.rscfgloader_rs_macros
version1.0.1
created_at2025-09-03 10:06:10.589239+00
updated_at2025-09-22 03:06:35.68875+00
descriptionProcedural macros for cfgloader_rs - configuration loading library
homepage
repositoryhttps://github.com/j50301m/cfgloader_rs
max_upload_size
id1822283
size13,946
(j50301m)

documentation

https://docs.rs/cfgloader_rs_macros

README

cfgloader_rs_macros

Procedural macros for CFGLoader

This crate provides the FromEnv derive macro for the CFGLoader configuration loading library. It is typically not used directly - instead, use the main cfgloader_rs crate which re-exports everything you need.

What's in this crate

  • FromEnv derive macro that automatically generates configuration loading code

Usage

This is an internal crate. For usage examples and documentation, please see the main cfgloader_rs crate.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Commit count: 26

cargo fmt