Structs§
- Config
- Loaded and merged configuration with rules partitioned by type.
- Config
Source Info - A config source with its tier label and optional file path.
- Rule
- A single rule: target + decision + pattern + optional message + conditions.
Enums§
- Config
Directive - A parsed config directive — either a Rule, a Set key/value, or an Alias.
- Config
Format - Format hint for
Config::load_from_str. - Rule
Target - What kind of entity a rule targets.
Functions§
- enumerate_
config_ sources - Enumerate the config sources that would be loaded for a given cwd.
- find_
project_ config - Walk up from
startlooking for.rippyor.dippyconfig files. - home_
dir - load_
file - Parse a single config file and append directives to the list.
- parse_
action_ word - parse_
rule - Parse a single config line into a
ConfigDirective.