pub fn make_properties(map: &HashMap<String, String>) -> Vec<Property>
Converts a HashMap<String, String> to a Vec<Property>.
HashMap<String, String>
Vec<Property>
This is a convenience function for creating a list of properties from a map.