Function get_feature_flags

Source
pub fn get_feature_flags() -> Vec<&'static str>
Expand description

Returns a vector of feature flag strings. Enabled features are listed as-is while disabled ones are prefixed with “!”.