#json-rpc-client #serde

prople-jsonrpc-client

A library for the JSON-RPC HTTP client

11 releases

0.1.10 Sep 2, 2024
0.1.9 Aug 28, 2024

#142 in HTTP client

Download history 330/week @ 2024-08-16 673/week @ 2024-08-23 232/week @ 2024-08-30 34/week @ 2024-09-06

1,269 downloads per month
Used in 2 crates (via prople-vessel-rpc)

GPL-3.0-only

52KB
1K SLoC

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:

  • RpcRequest
  • RpcError

WARNING

Although this package depends on prople-jsonrpc-core, there is some known bug for the serde implementation Deserialized which unable to detect the trait implementation.

Ref: https://github.com/serde-rs/serde-rs.github.io/commit/0009ee2ed4e8083d0a450bb387bbbf17eadbc018

Dependencies

~8–19MB
~284K SLoC