15 releases
| 0.3.0 | Oct 9, 2024 |
|---|---|
| 0.2.0 | Oct 4, 2024 |
| 0.1.12 | Sep 26, 2024 |
| 0.1.9 | Aug 28, 2024 |
#9 in #prople
Used in 3 crates
(2 directly)
51KB
995 lines
prople/jsonrpc/client
It's an HTTP JSON-RPC client implementation. This package will depends on prople-jsonrpc-core, to make sure that both of
components will use same data structure, especially for the:
RpcRequestRpcError
WARNING
Although this package depends on
prople-jsonrpc-core, there is some known bug for theserdeimplementationDeserializedwhich unable to detect the trait implementation.Ref: https://github.com/serde-rs/serde-rs.github.io/commit/0009ee2ed4e8083d0a450bb387bbbf17eadbc018
Dependencies
~9–24MB
~291K SLoC