pub fn parse_with_params(input: &str, params: Params) -> Result<YaraFile, Error>Expand description
Parse a YARA file with the provided parameters.
ยงErrors
Returns an error if the parsing fails, or if there are trailing data in the file that has not been parsed.