pub fn quote_config_value(value: &str) -> StringExpand description
Quote a value for embedding in a config file.
If the value contains whitespace, double quotes, or backslashes, it is escaped and wrapped in double quotes. Otherwise returned as-is.
Suitable for AWS credential_process, INI-style configs, and similar formats.