rhai/codegen
2023-02-05 17:18:45 +01:00
..
src fix: default clippy lints 2022-12-30 18:07:39 +01:00
tests fix: default clippy lints 2022-12-30 18:07:39 +01:00
ui_tests Fix test output. 2023-01-29 16:01:34 +08:00
Cargo.toml Add has_context to plugin functions. 2022-12-03 17:03:15 +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.