/cel-rs

Common Expression Language implementation in Rust

Primary LanguageRustMIT LicenseMIT

CEL Rust

playground

Requirements

  • NodeJS
  • wasm-pack
  • Rust toolchain

Test

cargo test

WASM

# build
wasm-pack build web --target web
# tests
npx http-server web