This is a rust implementation of the CEL language.
This project is built for BountyHub platform, but is open-source and can be used by anyone.
If you find any issues, please report them.
This repository is a rust workspace, with the following crates:
cellang
: The main library crate located at libcellang-cli
: A CLI tool to evaluate CEL expressions located at cli
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the MIT license, shall be licensed as above, without any additional terms or conditions.
Special thanks to Jon Gjengset for his amazing video which helped me get started with this project.