Docs.rs
jsonrpc-async-2.0.2
jsonrpc-async 2.0.2
Permalink
Docs.rs crate page
CC0-1.0
Links
Homepage
Repository
crates.io
Source
Owners
JeremyRubin
Dependencies
async-trait ^0.1.42
normal
base64-compat ^1.0.0
normal
optional
serde ^1
normal
serde_derive ^1
normal
serde_json ^1
normal
tokio ^1
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module client
jsonrpc_
async
2.0.2
Module client
Sections
Client support
Module Items
Structs
Traits
In crate jsonrpc_
async
jsonrpc_async
Module
client
Copy item path
Source
Expand description
§
Client support
Support for connecting to JSONRPC servers over HTTP, sending requests, and parsing responses
Structs
§
Client
A JSON-RPC client.
Traits
§
Transport
An interface for a transport over which to use the JSONRPC protocol.