|
|
|
|
|
by Andoryuuta
509 days ago
|
|
Is there something in specific that makes this easier to use in Rust projects compared to the Lua wrappers/bindings like mlua[0]? Or is it just an overall ergonomics thing? Genuine question, as I don't have any prior experience embedding any scripting language into a Rust project. [0]: https://github.com/mlua-rs/mlua |
|
The fact that Rhai builds with just 'cargo build' shouldn't be underestimated - a Rust project with all pure-Rust dependencies is much easier to maintain / support / distribute across a wide variety of hosts!