async-jsonrpc-client

Crates.ioasync-jsonrpc-client
lib.rsasync-jsonrpc-client
version0.3.0
sourcesrc
created_at2020-05-25 07:51:56.924197
updated_at2021-02-24 05:42:32.398957
descriptionAn asynchronous JSON-RPC 2.0 client library
homepage
repositoryhttps://github.com/koushiro/async-jsonrpc
max_upload_size
id245482
size147,180
Qinxuan Chen (koushiro)

documentation

https://docs.rs/async-jsonrpc-client

README

async-jsonrpc-client

ga-svg crates-svg docs-svg

An asynchronous JSON-RPC 2.0 client library written in Rust.

Features

  • support HTTP
  • support WebSocket
  • support batch request
  • support subscription (only for WebSocket client)
  • support async-std and tokio runtime

Usage

See the examples for details.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 48

cargo fmt