Structs§
- Property
- Represents a key-value property.
Functions§
- into_
hashmap - Converts a
Vec<Property>to aHashMap<String, String>. - make_
properties - Converts a
HashMap<String, String>to aVec<Property>.
Vec<Property> to a HashMap<String, String>.HashMap<String, String> to a Vec<Property>.