Skip to main content

stringify_ini

Function stringify_ini 

Source
pub fn stringify_ini(
    map: &HashMap<String, HashMap<String, Option<String>>>,
) -> String
Expand description

Stringifies an INI-like nested map back into INI text.

Note: This does not preserve exact original formatting.