[go: up one dir, main page]

rhai_codegen 0.3.0

Procedural macro support package for Rhai, a scripting language for Rust
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full", "parsing", "printing", "proc-macro", "extra-traits"]
version = "1"
[dev-dependencies.trybuild]
version = "1"

[lib]
proc-macro = true

[package]
authors = ["jhwgh1968"]
description = "Procedural macro support package for Rhai, a scripting language for Rust"
edition = "2018"
homepage = "https://schungx.github.io/rhai/plugins/index.html"
license = "MIT OR Apache-2.0"
name = "rhai_codegen"
repository = "https://github.com/jonathandturner/rhai"
version = "0.3.0"