Crate cel_interpreter

Source

Re-exports§

pub use context::Context;
pub use functions::FunctionContext;
pub use objects::ResolveResult;
pub use objects::Value;

Modules§

context
extractors
functions
objects

Macros§

impl_conversions
impl_handler

Structs§

Duration
A wrapper Duration type which allows conversion to Value::Duration for types using automatic conversion with serde::Serialize.
ParseError
Program
Timestamp
A wrapper Timestamp type which allows conversion to Value::Timestamp for types using automatic conversion with serde::Serialize.

Enums§

ExecutionError
Expression
SerializationError

Functions§

to_value