fix: refactor rhai functions to use Map parameters

This commit is contained in:
Sameh Abouel-saad
2025-08-28 03:43:00 +03:00
parent 536779f521
commit e114404ca7
3 changed files with 105 additions and 40 deletions

View File

@@ -187,7 +187,7 @@ cargo build
To run tests:
```bash
cargo test
cargo test -- --test-threads=1
```
## License