Files
rhai/doc/src/engine.md
Stephen Chung c7f1e12d6a Add Rhai book.
2020-06-20 12:06:17 +08:00

219 B

Using the Engine

{{#include links.md}}

Rhai's interpreter resides in the [Engine] type under the master rhai namespace.

This section shows how to set up, configure and use this scripting engine.