irpc-derive 0.2.2

Macros for irpc
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

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

[lib]
name = "irpc_derive"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["RĂ¼diger Klaehn <rklaehn@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming"]
description = "Macros for irpc"
edition = "2021"
keywords = ["api", "protocol", "network", "rpc", "macro"]
license = "Apache-2.0/MIT"
name = "irpc-derive"
readme = false
repository = "https://github.com/n0-computer/irpc"
version = "0.2.2"