Update README.

This commit is contained in:
Stephen Chung 2021-02-25 17:53:01 +08:00
parent 4638983afd
commit 2f78626a21

View File

@ -1,5 +1,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.