dynamic_call 0.1.0

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
[dependencies.dynamic_call_proc_macro]
version = "0.1.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[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"
repository = "https://github.com/branpk/dynamic-call"
version = "0.1.0"