issues
search
clarkmcc
/
cel-rust
Common Expression Language interpreter written in Rust
https://crates.io/crates/cel-interpreter
MIT License
377
stars
21
forks
source link
Bunch of renaming and cleanup
#10
Closed
clarkmcc
closed
1 year ago
clarkmcc
commented
1 year ago
Rationale:
ctx is more of a go thing so I renamed the type to
FunctionContext
.
We do a lot with
CelType
but it's really a value wrapper. Since it's already in the cel crate, the prefix seemed redundant.
Rationale:
FunctionContext
.CelType
but it's really a value wrapper. Since it's already in the cel crate, the prefix seemed redundant.