cel-rs

Crates.iocel-rs
lib.rscel-rs
version0.2.0
sourcesrc
created_at2024-03-11 19:03:07.020902
updated_at2024-03-11 19:05:45.356704
descriptionCommon Expression Language (cel) for Rust.
homepage
repositoryhttps://github.com/thesayyn/cel-rs
max_upload_size
id1169718
size19,755
Sahin Yort (thesayyn)

documentation

README

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
Commit count: 0

cargo fmt