Crate cala_cel_parser

Crate cala_cel_parser 

Source

Re-exports§

pub use ast::*;

Modules§

ast

Structs§

ParseErrors
Error type for batch parsing

Statics§

PARSE_EXPRESSION
Cached static for the parse_expression function.

Functions§

parse_expression
Instrumented wrapper for parsing CEL expressions with caching
parse_expression_no_cache
Origin of the cached function parse_expression.
parse_expression_prime_cache
Primes the cached function parse_expression. Instrumented wrapper for parsing CEL expressions with caching