pub fn evaluate_conditionals(
source: &str,
strategy: ConditionalStrategy,
) -> (String, usize)Expand description
Evaluate preprocessor conditionals in source code
Returns the processed source and the count of blocks stripped.
pub fn evaluate_conditionals(
source: &str,
strategy: ConditionalStrategy,
) -> (String, usize)Evaluate preprocessor conditionals in source code
Returns the processed source and the count of blocks stripped.