[go: up one dir, main page]

rhai 0.19.11

Embedded scripting for Rust
Documentation
Testing Scripts
===============

Testing scripts written in Rhai.


How to Run
----------

Compile the `rhai-run` example:

```bash
cargo build --example rhai-run
```

Run it:

```bash
./target/debug/examples/rhai-run ./scripts/test_script_to_run.rhai
```