rhai/codegen
wackbyte 13b8f360cb
Fix some rustdoc warnings and a typo in FLOAT's docs
Unfortunately, I can't fix the 2 remaining warnings.
2021-10-21 22:43:30 -04:00
..
src Fix some rustdoc warnings and a typo in FLOAT's docs 2021-10-21 22:43:30 -04:00
tests Change codegen tests for return_raw. 2021-03-22 19:21:42 +08:00
ui_tests Fix test output. 2021-09-27 11:24:48 +08:00
Cargo.toml Rename as_string and as_immutable_string. 2021-08-17 15:50:55 +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.