dynamic_call_proc_macro 0.1.1

Look up a trait method by name at runtime, and call it using json
Documentation
[dependencies.proc-macro2]
version = "1.0.67"

[dependencies.quote]
version = "1.0"

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

[lib]
proc-macro = true

[package]
description = "Look up a trait method by name at runtime, and call it using json"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "dynamic_call_proc_macro"
repository = "https://github.com/branpk/dynamic-call"
version = "0.1.1"