fn feature_suffix(
features: &[String],
no_default_features: bool,
suffix: &Option<String>,
) -> Option<String>Expand description
Compute the feature-derived suffix for an artifact name.
Returns None when no suffix is needed (backward-compatible default).