valum
valum copied to clipboard
Configuration module
Provide basic APIs for loading configuration that can be loaded into the router's global context.
GLib supports reading config files via GLib.KeyFile with generic GValue.
- [ ] add Context.from_keyfile(GLib.KeyFile kf, string group) to load a GLib keyfile into a context