hydroconf icon indicating copy to clipboard operation
hydroconf copied to clipboard

Effortless configuration management for Rust, inspired by Dynaconf.

Results 3 hydroconf issues
Sort by recently updated
recently updated
newest added

Fixes #2 It follows Dynaconf to auto discover _settings.local.ext_ file. The discovered files are not necessary in the same folder. It means that, one team can have base _config/settings.toml_ file...

Hi, are you open to add support for multiple non-secret sources? This may break compatibility. The use case is that, we want to have a file `base_settings.toml` with default values,...

When looking into `HydroSettings`, I thought that the `settings_file` field is to guide `Hydroconf` to look into right source file. But when reading `Hydroconf.discover_sources()` implementation, it seems not to. It...