Function props_rs::parse[][src]

pub fn parse(input: &[u8]) -> Result<Vec<Property>, Err<Error<&[u8]>>>
Expand description

Parses a properties file and returns a Vec of properties. There may potentially be properties with duplicate keys in the returned Vec.

Use the to_map convenience function to convert the vec into a set of properties with unique keys.