rhai/codegen/README.md

11 lines
411 B
Markdown
Raw Normal View History

2020-10-07 16:56:21 +02:00
Procedural Macros for Plugins
2020-12-30 08:17:16 +01:00
=============================
2020-10-07 16:56:21 +02:00
2021-02-25 10:53:01 +01:00
![Rhai logo](https://rhai.rs/book/images/logo/rhai-banner-transparent-colour.svg)
2020-10-16 11:48:50 +02:00
This crate holds procedural macros for code generation, supporting the plugins system
2021-01-07 10:30:06 +01:00
for [Rhai](https://github.com/rhaiscript/rhai).
2021-02-25 10:53:01 +01:00
This crate is automatically referenced by the [Rhai crate](https://crates.io/crates/rhai).
Normally it should not be used directly.