Docs.rs
jsonrpc-ws-client-11.0.0
jsonrpc-ws-client 11.0.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ascjones
Dependencies
failure ^0.1
normal
futures ^0.1
normal
jsonrpc-core ^11.0
normal
jsonrpc-core-client ^11.0
normal
log ^0.4
normal
tokio ^0.1
normal
websocket ^0.22
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
jsonrpc_
ws_
client
11.0.0
All Items
Crate Items
Enums
Functions
Type Aliases
Crate
jsonrpc_ws_client
Copy item path
Source
Expand description
JSON-RPC websocket client implementation.
Enums
§
RpcError
The errors returned by the client.
Functions
§
connect
Connect to a JSON-RPC websocket server.
Type Aliases
§
RpcChannel
A channel to a
RpcClient
.