pub fn load_with_includes(
path: impl AsRef<Path>,
) -> Result<Config, IncludeError>Expand description
Parse path from disk and fully expand its include directives.
This is the most convenient entry point: it reads, parses, validates, and
merges everything, returning a single flat Config with include
cleared.