This repository has been archived on 2025-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
rhaj/_archive/rhai_engine/rhaibook/rust/index.md
2025-04-04 08:28:07 +02:00

12 lines
332 B
Markdown

Extend Rhai with Rust
=====================
{{#title Extend Rhai with Rust}}
{{#include ../links.md}}
Most features and functionalities required by a Rhai script should actually be coded in Rust,
which leverages the superior native run-time speed.
This section discusses how to extend Rhai with functionalities written in Rust.