clarkmcc/cel-rust

Make functions module public

lucperkins opened this issue · 0 comments

At the moment, the functions module is only available within the crate. I think it would be useful to make those public so that people can opt into/out of specific functions in this crate when initializing their Context (for example if I only want contains, has, and exists in my context).

I'm happy to PR this.