Closed johncantrell97 closed 1 year ago
This is an alternative approach that avoids creating intermediate JSON-RPC objects and deserializes directly into rust types. It leaks no serde_json::Value's and no need for the json-rpc Request/Response/Notification objects.
This is an alternative approach that avoids creating intermediate JSON-RPC objects and deserializes directly into rust types. It leaks no serde_json::Value's and no need for the json-rpc Request/Response/Notification objects.