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;
Usage
Add this to your Cargo.toml:
[]
= { = "0.1.0", = ["derive"] }
Or use directly:
[]
= "0.1.0"
License
Licensed under the Apache License 2.0. See the LICENSE file for details.