yacm
Yacm is yet another config macro.
Why?
Given the Long history of Yet Another projects, not even it's name is original. However, I was not finding what I wanted in a config macro and was tired of rewriting the same dull code to load structures that I subsequently passed into things that need configured.
Project Goals
- Dry config code
- Able to load config from async sources (e.g. AWS SSM Parameters)
- Fail fast when config is bad
- Make how config is loaded highly configurable
The general idea
Road Map
- Use it in a few of my own projects until I have some confidence in the interface
- Add Testing
- Document
Why you shouldn't use it yet
It is brand spanking new and I have not even used it all the places I intend to yet. i.e. interface is expected to be highly volitional.
Feed back is welcome (yes, even at this early stage)
While I've been coding for 50 years, I'm new to Rust, and I'm especially new to Meta Programming in Rust. Anything from suggestions for incremental improvement, to links to crates I should be using instead of wasting my time on yet another config macro are welcome.