Commit message (Expand) | Author | Age | Files | |
---|---|---|---|---|
* | jsonrpc: remove unwrap() and use expect() for examples, docs, and tests | hozan23 | 2024-06-30 | 1 |
* | jsonrpc: use `ServerConfig` and `ClientConfig` as the inner field in | hozan23 | 2024-06-22 | 1 |
* | jsonrpc: add tcp, tls and ws features for compilation | hozan23 | 2024-06-22 | 1 |
* | jsonrpc/client: fix subscription error when the subscriber cannot keep up | hozan23 | 2024-06-21 | 1 |
* | jsonrpc/client: use serde untagged enum for decoding Notifications and Responses | hozan23 | 2024-06-17 | 1 |
* | jsonrpc: spread out comments and clean up | hozan23 | 2024-06-13 | 1 |
* | jsonrpc: add comments & remove debugging code | hozan23 | 2024-05-28 | 1 |
* | jsonrpc: enable concurrent requests in `Client` | hozan23 | 2024-05-28 | 1 |