Function propparse::fetch_file

source ·
pub fn fetch_file(fname: &str) -> Result<Vec<(Vec<String>, Value)>, LibError>
Expand description

Fetch a .properties file from a provided path and parse it

Arguments

  • fname - Path of the file that shall be parsed

Returns

  • on success: Vec<Entry> of the file
  • on failiure: LibError