Expand description
ConfigStore - A singleton store for structured configurations.
This module provides a Rust implementation of Hydra’s ConfigStore, which stores structured configs that can be composed with file-based configs.
Structs§
- Config
Node - A config node stored in the ConfigStore
- Config
Store - A singleton ConfigStore for structured configurations
Enums§
- Repo
Entry - Entry in the repository - either a group (directory) or a config (file)
Functions§
- instance
- Get the global ConfigStore instance
- reset_
instance - Clear and reset the global ConfigStore instance This is primarily for testing purposes