cel-rs 0.2.0

Common Expression Language (cel) for Rust.
Documentation

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