rscel 1.0.8

Cel interpreter in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod cel_byte_code;
pub mod cel_bytes;
pub mod cel_error;
pub mod cel_value;
pub mod cel_value_dyn;

pub use cel_byte_code::CelByteCode;
pub use cel_bytes::CelBytes;
pub use cel_error::{CelError, CelResult};
pub use cel_value::CelValue;
pub use cel_value_dyn::CelValueDyn;