pub fn check_required_features(
resources: &[ResourceDefinition],
) -> Vec<RequiredFeature>Expand description
Check what Cargo features a set of resources require.
Returns a list of features that resources use. The caller can then compare against the project’s enabled features to detect mismatches early (before the compile-time error).