rhai/scripts
2022-01-20 12:06:36 +08:00
..
2021-04-09 22:48:47 +08:00
2022-01-20 12:06:36 +08:00
2021-04-16 10:33:55 +08:00
2021-12-15 12:06:17 +08:00
2022-01-20 12:06:36 +08:00
2022-01-20 12:06:36 +08:00
2022-01-20 12:06:36 +08:00
2022-01-20 12:06:36 +08:00
2022-01-20 12:06:36 +08:00
2022-01-20 12:06:36 +08:00
2022-01-20 12:06:36 +08:00
2022-01-20 12:06:36 +08:00
2021-04-04 23:22:45 +08:00
2022-01-20 12:06:36 +08:00
2022-01-20 12:06:36 +08:00
2022-01-20 12:06:36 +08:00
2021-12-15 12:06:17 +08:00
2021-04-20 11:06:05 +08:00
2022-01-20 12:06:36 +08:00
2022-01-20 12:06:36 +08:00
2022-01-20 12:06:36 +08:00
2022-01-20 12:06:36 +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