Extend Rhai with Rust
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.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
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.