Function generate_feature_env
Source pub fn generate_feature_env(
features: &HashMap<String, bool>,
) -> HashMap<String, String>
Expand description
Generates feature flag environment variables from a feature map.
§Arguments
features - HashMap of feature name to enabled status
§Returns
HashMap of FEATURE_* environment variables