Eliminate unnecessary data structures.

This commit is contained in:
Stephen Chung
2021-04-27 22:28:01 +08:00
parent a5d4a0abb9
commit b091113334
3 changed files with 105 additions and 59 deletions

View File

@@ -2,8 +2,8 @@
name = "rhai_codegen"
version = "0.3.5"
edition = "2018"
authors = ["jhwgh1968"]
description = "Procedural macro support package for Rhai, a scripting language for Rust"
authors = ["jhwgh1968", "Stephen Chung"]
description = "Procedural macros support package for Rhai, a scripting language and engine for Rust"
homepage = "https://rhai.rs/book/plugins/index.html"
repository = "https://github.com/rhaiscript/rhai"
license = "MIT OR Apache-2.0"