rings-rpc 0.3.0

Rings is a structured peer-to-peer network implementation using WebRTC, Chord algorithm, and full WebAssembly (WASM) support.
Documentation
1
2
3
4
5
//! A jsonrpc-client.
pub mod client;
pub mod request;

pub use self::client::SimpleClient;