Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove agemo specifics from config_utils (#68)
* config demo v1 * Add command line configuration * order config overrides * Remove curr dir config * Update docs and modify default files * fix doc errs * remove dockerfile cp as default config is now part of executable * Refactored proc macro, added detailed comments * fixed clippy warnings * fix unexpected delimiter * fixed doctest errs * second attempt * remove example as it is over complicated * add params to comments * remove unecessary clonse * add comment about required cmdline params * Add tests for config_source macro * fix clippy warnings * change to forward slash * Capitalized err messages * simplify collect generated code * remove agemo specifics from config_utils * further improvements to config_utils * Add comment to configFileMetadata new func * Add tests for config utils * fixed capitalization * renamed func and removed some comments. * add arg comment * updated crates to fix security audit * Update try_into_format func name * Fix fmt
- Loading branch information