//! The CEL module contains functions and builders for creating CEL expression
//! definitions and converting them into their `String` representation.
modcel_builder;pubusecel_builder::*;modcel_types;pubusecel_types::*;modcreate_cel_expr;pubusecreate_cel_expr::*;#[cfg(test)]modfixtures;