rpc-router-macros 0.1.0

Proc Macros for rpc-router crate
Documentation
[dependencies.quote]
version = "1"

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

[lib]
proc-macro = true
[lints.rust]
unsafe_code = "forbid"

[package]
authors = ["jeremy.chone@gmail.com"]
description = "Proc Macros for rpc-router crate"
edition = "2021"
homepage = "https://github.com/jeremychone/rust-rpc-router"
keywords = ["rpc", "json-rpc"]
license = "MIT OR Apache-2.0"
name = "rpc-router-macros"
repository = "https://github.com/jeremychone/rust-rpc-router"
version = "0.1.0"