Crate filter_expr

Crate filter_expr 

Source
Expand description

A library for parsing the filter expression.

Macros§

simple_context
A macro to create a SimpleContext from key-value pairs.

Structs§

FilterExpr
The filter expression.
SimpleContext
A simple context that stores the variables in a hash map.

Enums§

Error
ExprValue

Traits§

Context
The context of the filter for evaluation.