332 B
332 B
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.