Skip to main content

parse_with_options

Function parse_with_options 

Source
pub fn parse_with_options(input: &str, options: ParseOptions) -> ParseResult
Expand description

Parse a CEL expression with custom options.

This allows configuring the macro registry used during parsing. Use ParseOptions::without_macros() to disable macro expansion, or ParseOptions::with_macros(registry) for custom macros.