feat: Add Rhai scripting support for SAL

- Add Rhai scripting integration to the SAL library.
- Create documentation for Rhai module usage and available functions.
- Implement comprehensive test suite for the Rhai integration.
- Add `.gitignore` entries for test related temporary files.
This commit is contained in:
Mahmoud Emad
2025-05-08 14:29:14 +03:00
parent 2cd9faf4fa
commit 76582706ab
8 changed files with 602 additions and 31 deletions

2
.gitignore vendored
View File

@@ -19,3 +19,5 @@ Cargo.lock
# Added by cargo
/target
/rhai_test_download
/rhai_test_fs