Registry / networking / jsonrpc-client-core

jsonrpc-client-core

JSON →
library0.5.0rscratesunverified

A crate for generating transport agnostic, auto serializing, strongly typed JSON-RPC 2.0 clients.

# Cargo.toml [dependencies] jsonrpc-client-core = "0.5.0"
INSTALL
IMPORT
SIG · JSONRPC-CLIENT-COR
J
jsonrpc-client-core
networkingrustv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
✓ use jsonrpc_client_core::Client;

Create a new JSON-RPC client.

use jsonrpc_client_core::Client; fn main() { let client = Client::new(); println!("JSON-RPC client created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
jsonrpc-client-core — cargo add jsonrpc-client-core · libregistry