rhai/codegen
2021-03-19 10:30:30 +08:00
..
src Use RhaiResult for plugin return. 2021-03-19 10:30:30 +08:00
tests Deprecate RegisterFn and RegisterResultFn. 2021-03-15 11:36:30 +08:00
ui_tests Fix codegen test results. 2021-02-26 20:14:23 +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.