Add README's.
This commit is contained in:
@@ -3,7 +3,7 @@ name = "rhai_codegen"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
authors = ["jhwgh1968"]
|
||||
description = "Proceducral macro support package for Rhai, a scripting language for Rust"
|
||||
description = "Procedural macro support package for Rhai, a scripting language for Rust"
|
||||
homepage = "https://schungx.github.io/rhai/plugins/index.html"
|
||||
repository = "https://github.com/jonathandturner/rhai"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
4
codegen/README.md
Normal file
4
codegen/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
Procedural Macros for Plugins
|
||||
============================
|
||||
|
||||
This crate holds procedural macros for code generation, supporting Rhai's plugins system.
|
Reference in New Issue
Block a user