rhai/codegen
2021-02-26 18:28:21 +08:00
..
src Raise error if pure misuse. 2021-02-26 18:28:21 +08:00
tests Reduce spelling warnings in codegen. 2021-02-18 17:42:49 +08:00
ui_tests Raise error if pure misuse. 2021-02-26 18:28:21 +08:00
Cargo.toml Add pure function attribute. 2021-02-19 23:13:41 +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.