cel-cxx-macros
Procedural macros for the cel-cxx crate.
This crate provides derive macros that enable seamless integration of custom Rust types with CEL expressions.
Macros
#[derive(Opaque)]
Automatically implements the necessary traits to use custom Rust types in CEL expressions:
use Opaque;
License
Licensed under the Apache License 2.0. See the LICENSE file for details.