rhai/codegen
2021-10-19 23:52:58 +08:00
..
src Deprecate From<EvalAltResult> for Result<T, Box<EvalAltResult>> because it is clearer for code to explicitly wrap errors in Err. 2021-10-19 23:52:58 +08:00
tests Change codegen tests for return_raw. 2021-03-22 19:21:42 +08:00
ui_tests Update error templates. 2021-10-12 20:57:47 +08:00
Cargo.toml Deprecate From<EvalAltResult> for Result<T, Box<EvalAltResult>> because it is clearer for code to explicitly wrap errors in Err. 2021-10-19 23:52:58 +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.