Skip to content

nikola-jokic/cellang

Repository files navigation

CEL language interpreter for Rust

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.

Repository structure

This repository is a rust workspace, with the following crates:

  • cellang: The main library crate located at lib
  • cellang-cli: A CLI tool to evaluate CEL expressions located at cli

License

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

Special thanks to Jon Gjengset for his amazing video which helped me get started with this project.