rhai/doc/src/engine/index.md
Stephen Chung d6a08be223 Refactor.
2020-06-29 23:55:28 +08:00

9 lines
222 B
Markdown

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.