rhai/scripts
2021-12-15 12:06:17 +08:00
..
2021-04-09 22:48:47 +08:00
2021-04-09 22:48:47 +08:00
2021-04-16 10:33:55 +08:00
2021-12-15 12:06:17 +08:00
2021-06-07 14:52:45 +08:00
2021-12-15 12:06:17 +08:00
2021-04-09 22:48:47 +08:00
2021-04-13 14:37:33 +08:00
2021-06-07 20:15:06 +08:00
2021-06-07 20:15:06 +08:00
2021-04-09 22:48:47 +08:00
2021-06-07 20:15:06 +08:00
2021-05-24 12:12:16 +08:00
2021-12-15 12:06:17 +08:00
2021-04-09 22:48:47 +08:00
2021-04-04 23:22:45 +08:00
2020-05-02 16:23:36 +08:00
2021-04-09 22:48:47 +08:00
2021-04-09 22:48:47 +08:00
2021-12-15 12:06:17 +08:00
2021-04-20 11:06:05 +08:00
2021-04-09 22:48:47 +08:00
2021-05-24 12:12:16 +08:00
2021-06-07 20:15:06 +08:00
2020-05-25 20:14:31 +08:00

Testing Scripts

Testing scripts written in Rhai.

Install rhai-run Tool

Use the following command to install the rhai-run tool:

cargo install --path . --bin rhai-run

How to Run

Run scripts using the rhai-run tool:

rhai-run ./scripts/test_script_to_run.rhai

or

cargo run --bin rhai-run ./scripts/test_script_to_run.rhai