4 releases (breaking)

new 0.7.0 May 1, 2024
0.6.0 Mar 28, 2024
0.5.1 Jan 2, 2024
0.3.0 Sep 21, 2023

#1180 in Network programming

Download history 25/week @ 2024-01-03 3/week @ 2024-02-14 19/week @ 2024-02-21 82/week @ 2024-02-28 18/week @ 2024-03-06 3/week @ 2024-03-13 157/week @ 2024-03-27 36/week @ 2024-04-03

193 downloads per month
Used in 3 crates (2 directly)

GPL-3.0 license

86KB
1.5K SLoC

Rings Network

Rings Transport

======================

rings-node cargo docs GitHub

This crate encompasses the transport layer implementations for the Rings Network, specifically designed for seamless integration in various computing environments. It is integral for enabling effective network communication within both native and browser contexts. The crate includes two primary Rust-based implementations:

  • Native Transport

Based on webrtc.rs, for building native usecase.

  • WebSys Transport

Based on wasm_bindgen, web_sys, for Browser usecase

Dependencies

~7–24MB
~386K SLoC