Crates.io | tel |
lib.rs | tel |
version | 0.1.19 |
source | src |
created_at | 2024-01-24 23:06:26.571908 |
updated_at | 2024-10-26 14:43:02.589064 |
description | Turbofuro Expression Language |
homepage | https://turbofuro.com |
repository | https://github.com/turbofuro/turbofuro |
max_upload_size | |
id | 1113077 |
size | 193,722 |
Predictable expression language with familiar syntax. You can embed TEL in your application and evaluate user expressions in a safe way.
Download repository from GitHub. You will find the TEL implementation in the tel
folder. The tel-wasm
folder contains the WebAssembly bindings.
Go to tel-wasm
folder and run the following command:
wasm-pack build --scope turbofuro
The build will be in the pkg
folder.
There is also an Vite+React example of how to use WASM build in the example
folder. You can run it with the following command:
npm install
npm run dev
Note: You need to build WASM before running the example.
We welcome all contributions with 💛
Feel free to create issues including those with feature suggestions. If you want to help, but not sure how, reach out to @pr0gramista (Twitter/LinkedIn/email) directly.
TEL and Turbofuro OSS parts are licensed under Apache-2.0.
Happy Coding! 🚀