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/_archive/rhai_engine/rhaibook/safety/limits.md
2025-04-04 08:28:07 +02:00

11 lines
253 B
Markdown

Built-In Safety Limits
======================
{{#include ../links.md}}
Rhai has a number of safety limits built into the [`Engine`].
All these limits can be disabled, for higher performance (but higher risks as well), via the
[`unchecked`] feature.