pub fn parse_yaml_dir(path: &Path) -> Result<Vec<Object>, YamlParseError>
Parse all YAML files in a directory (recursively).