rhai_codegen 2.2.0

Procedural macros support package for Rhai, a scripting language and engine for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
Procedural Macros for Plugins
=============================

![Rhai logo](https://rhai.rs/book/images/logo/rhai-banner-transparent-colour.svg)

This crate holds procedural macros for code generation, supporting the plugins system
for [Rhai](https://github.com/rhaiscript/rhai).

This crate is automatically referenced by the [Rhai crate](https://crates.io/crates/rhai).
Normally it should not be used directly.