make_properties

Function make_properties 

Source
pub fn make_properties(map: &HashMap<String, String>) -> Vec<Property>
Expand description

Converts a HashMap<String, String> to a Vec<Property>.

This is a convenience function for creating a list of properties from a map.