TypeScript bindings for the cel-rust library.
Common Expression Language (CEL) is an expression language that’s fast, portable, and safe to execute in performance-critical applications.
The bindings to Rust are powered by napi-rs.
This package automatically detects your platform and loads the appropriate native binary from one of the platform-specific packages (which you will also need to install):
-
@kevinmichaelchen/cel-typescript-darwin-arm64
- macOS ARM64 (Apple Silicon) -
@kevinmichaelchen/cel-typescript-darwin-x64
- macOS x64 (Intel) -
@kevinmichaelchen/cel-typescript-linux-x64-gnu
- Linux x64 -
@kevinmichaelchen/cel-typescript-linux-arm64-gnu
- Linux ARM64 -
@kevinmichaelchen/cel-typescript-win32-x64-msvc
- Windows x64
For full documentation and usage examples, please refer to the main repository.