dynamic_call_proc_macro 0.1.1

Look up a trait method by name at runtime, and call it using json
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "dynamic_call_proc_macro"
version = "0.1.1"
edition = "2021"

license.workspace = true
description.workspace = true
repository.workspace = true

[dependencies]
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0.67"

[lib]
proc-macro = true