rhai/codegen
Stephen Chung 62f426d477 Fix test.
2022-09-03 22:32:55 +08:00
..
src Remove _result registration methods. 2022-08-22 22:16:26 +08:00
tests Fix test. 2022-09-03 22:32:55 +08:00
ui_tests Fix test output. 2022-08-24 23:17:23 +08:00
Cargo.toml Use resolver 2. 2022-07-31 12:52:53 +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.