rscel 1.0.8

Cel interpreter in rust
Documentation
1
2
3
4
5
6
7
mod eval_utils;
mod ident_filter;
mod scoped_counter;

pub use eval_utils::eval_ident;
pub use ident_filter::IdentFilterIter;
pub use scoped_counter::ScopedCounter;