cel-cxx 0.2.5

A high-performance, type-safe Rust interface for Common Expression Language (CEL), build on top of cel-cpp with zero-cost FFI bindings via cxx
Documentation
1
2
3
4
5
6
//! CEL type system kinds and type classification.
//!
//! This module provides the [`Kind`] enum and related utilities for classifying
//! CEL types into broad categories for type checking and overload resolution.

pub use crate::ffi::common::{Kind, TypeKind, ValueKind};