From 2f78626a21d25d8532adf9bb4112153ee475a518 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Thu, 25 Feb 2021 17:53:01 +0800 Subject: [PATCH] Update README. --- codegen/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/codegen/README.md b/codegen/README.md index 5099d3a4..075f2929 100644 --- a/codegen/README.md +++ b/codegen/README.md @@ -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.