rhai/codegen
2022-03-28 23:22:17 +08:00
..
src Remove unnecessary call site resolution. 2022-03-28 23:22:17 +08:00
tests Change codegen tests for return_raw. 2021-03-22 19:21:42 +08:00
ui_tests Fix macro hygene. 2022-03-18 17:51:04 +08:00
Cargo.toml Add type alias support for plugin modules. 2022-03-19 09:43:18 +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.