rings-node 0.7.0

Rings is a structured peer-to-peer network implementation using WebRTC, Chord algorithm, and full WebAssembly (WASM) support.
1
2
3
4
#[cfg(feature = "node")]
pub mod native;
#[cfg(feature = "browser")]
pub mod wasm;