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/rhai_engine/rhaibook/rust/index.md
2025-04-03 09:18:05 +02:00

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.