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
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
Crate
jsonrpc_ws_client
jsonrpc_
ws_
client
11.0.0
All Items
Crate Items
Enums
Functions
Type Aliases
Crates
jsonrpc_ws_client
Crate
jsonrpc_ws_client
Copy item path
Settings
Help
Summary
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
.