gdnative_export_node_as_path 0.1.2

Boilerplate-code replacement macros when exporting node references through NodePath.
Documentation
[dependencies.heck]
version = "0.5.0-rc.1"

[dependencies.proc-macro2]
version = "1.0.69"

[dependencies.quote]
version = "1.0.33"

[dependencies.regex]
version = "1.5.4"

[dependencies.syn]
features = ["full"]
version = "1.0.109"

[dev-dependencies.gdnative]
version = "0.11.3"

[lib]
proc-macro = true

[package]
authors = ["Houtamelo"]
categories = ["game-development", "api-bindings", "development-tools", "rust-patterns"]
description = "Boilerplate-code replacement macros when exporting node references through NodePath."
edition = "2021"
exclude = ["tests/*", "target/*"]
keywords = ["godot", "gdnative", "nodepath", "godot-export", "proc-macro"]
license-file = "LICENSE"
name = "gdnative_export_node_as_path"
readme = "README.md"
repository = "https://github.com/Houtamelo/gdnative_export_node_macro"
version = "0.1.2"