book
book copied to clipboard
The Rhai Book.
Having a FAQ page makes it easy for people to answer their common Rhai why's. The structure should at least partially replicate that of the [Python FAQ](https://docs.python.org/3/faq/index.html). An example question...
Without the change the code fails in Rhai Playground.
Hello, I am using Rhai as a scripting language for a small project of mine which involve expensive to clone/large structures. As I would love to avoid cloning and Rhai...
https://rhai.rs/book/start/install.html#admonition-use-latest-release-version and https://rhai.rs/book/start/install.html#admonition-use-latest-development-version are unfortunate, at least. Neither works when publishing a (depending) crate to crates.io. The GIT-based-only way is easy to spot, but the `"*"` is less obvious/known. However,...
Links that link to another page in the book are broken, since they seem to omit the `/book/` part in a URL like `https://rhai.rs/book/language/functions.html`. The following line has been copied...