pub fn is_valid_platform(platform: &str) -> bool
Expand description
Returns true
if the given platform string is a known platform identifier.
See VALID_PLATFORMS
for a list of all known platforms.
pub fn is_valid_platform(platform: &str) -> bool
Returns true
if the given platform string is a known platform identifier.
See VALID_PLATFORMS
for a list of all known platforms.