Windows INI file serialization and deserialization using Serde.
# Cargo.toml
[dependencies]
serde_ini = "0.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Deserializes an INI string into a nested map.
Preprocess the INI file to remove comments or escape sequences before parsing.
No dependency data recorded yet.