pub fn read<R: Read>( input: R, ) -> Result<HashMap<String, String>, PropertiesError>
Reads a properties file into a hash map.
For more advanced use cases, use PropertiesIter.
PropertiesIter