plugy-macros 0.2.0

plugy empowers you to construct agnostic dynamic plugin systems using Rust and WASM
Documentation
[dependencies.darling]
version = "0.20.1"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "parsing"]
version = "2.0"

[lib]
proc-macro = true

[package]
categories = ["wasm"]
description = "plugy empowers you to construct agnostic dynamic plugin systems using Rust and WASM"
edition = "2021"
keywords = ["plugin", "wasi", "inventory", "wasm", "plugy"]
license = "GPL-3.0-only"
name = "plugy-macros"
readme = "README.md"
repository = "https://github.com/geofmureithi/plugy"
version = "0.2.0"