rhai/doc/src/engine.md

9 lines
219 B
Markdown
Raw Normal View History

2020-06-20 06:06:17 +02:00
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.