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
- Host: GitHub
- URL: https://github.com/thesayyn/cel-rs
- Owner: thesayyn
- License: mit
- Created: 2020-12-01T07:59:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T03:57:17.000Z (over 2 years ago)
- Last Synced: 2024-04-14T05:32:18.989Z (about 2 years ago)
- Topics: cel, cel-rust
- Language: Rust
- Homepage: https://thesayyn.github.io/cel-rust/
- Size: 3.4 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```