Function dotfiles_core::yaml_util::read_yaml_file

source ยท
pub fn read_yaml_file(file: &Path) -> Result<Vec<StrictYaml>, DotfilesError>
Expand description

Reads a StrictYaml File. Returns Error in case of a syntax error.