rhai/codegen
2021-03-22 11:18:09 +08:00
..
src Allow non-Dynamic in return_raw. 2021-03-22 11:18:09 +08:00
tests Deprecate RegisterFn and RegisterResultFn. 2021-03-15 11:36:30 +08:00
ui_tests Allow non-Dynamic in return_raw. 2021-03-22 11:18:09 +08:00
Cargo.toml Use RhaiResult for plugin return. 2021-03-19 10:30:30 +08:00
README.md Update README. 2021-02-25 17:53:01 +08:00

Procedural Macros for Plugins

Rhai logo

This crate holds procedural macros for code generation, supporting the plugins system for Rhai.

This crate is automatically referenced by the Rhai crate. Normally it should not be used directly.