clarkmcc / cel-rust

Common Expression Language interpreter written in Rust
https://crates.io/crates/cel-interpreter
MIT License
377 stars 21 forks source link

ValueType copy & debug #113

Open alexsnaps opened 1 day ago

alexsnaps commented 1 day ago

When using the ValueType type currently, things can get slightly more complex than really needed I think. I don't see a reason why it wouldn't implement both Debug & Copy trait… wdyt?