An open API service indexing awesome lists of open source software.

https://github.com/thesayyn/cel-rs

Common Expression Language implementation in Rust
https://github.com/thesayyn/cel-rs

cel cel-rust

Last synced: over 1 year ago
JSON representation

Common Expression Language implementation in Rust

Awesome Lists containing this project

README

          

# CEL Rust
[playground](https://thesayyn.github.io/cel-rs/)

# Requirements
- NodeJS
- wasm-pack
- Rust toolchain

# Test

```sh
cargo test
```

## WASM

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