pub fn is_platform_compatible( current_platform: &str, allowed_platforms: &[String], ) -> bool
Checks if a target platform is compatible with a list of allowed platforms.