Skip to main content

parse_properties

Function parse_properties 

Source
pub fn parse_properties(content: &str) -> HashMap<String, String>
Expand description

Parses a gradle.properties content into key-value pairs.

Lines starting with # or empty lines are ignored. Each line is split on the first =.