Skip to main content

eval_cfg_str

Function eval_cfg_str 

Source
fn eval_cfg_str(
    cfg_str: &str,
    active_features: &HashSet<String>,
) -> Option<bool>
Expand description

Try to evaluate a single cfg string like cfg(feature = "foo").