jsonrpc_client 0.7.1

An async, macro-driven JSON-RPC client with pluggable backends.
Documentation
1
2
3
4
5
6
7
8
error: struct needs to have either a field named `base_url` or one tagged with `#[jsonrpc_client(base_url)]`
  --> $DIR/client_without_base_url.rs:42:19
   |
42 |   pub struct Client {
   |  ___________________^
43 | |     inner: InnerClient,
44 | | }
   | |_^