Skip to main content

feature_to_arch_names

Function feature_to_arch_names 

Source
pub fn feature_to_arch_names(feature: &str) -> Vec<&'static str>
Expand description

Find which target architectures a feature belongs to. Returns arch display names for all targets where this feature name appears. Returns empty vec if feature unknown on any target.