mirror of
https://github.com/mbierlee/mirage-config.git
synced 2024-11-14 20:34:00 +01:00
465 B
465 B
TODO
- Add tutorial
- Config loading
- Config parsing
- Config manip
- Env and config var substitution
- Escaping
- Java properties
- Add unicode escaping
- Support multi-line values with backslash
- Add escaping of key/value separator = and :
- INI config
- Case insensitive properties and sections
- Escape characters
- Support multi-line values with backslash
- TOML
- Add support for the standard (https://github.com/toml-lang/toml)