parse_file

Function parse_file 

Source
pub fn parse_file(fname: &str) -> Result<Vec<Entry>, 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