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
6
7
8
pub use http;
pub use jsonrpc_core;
pub use jsonrpc_pubsub;
#[cfg(feature = "std")]
pub use reqwest;
#[cfg(feature = "wasm")]
pub use reqwest_wasm as reqwest;
pub use rings_core;