4 releases (breaking)

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

#3 in #rings

Download history 4/week @ 2024-02-15 24/week @ 2024-02-22 78/week @ 2024-02-29 17/week @ 2024-03-07 2/week @ 2024-03-14 176/week @ 2024-03-28 17/week @ 2024-04-04 148/week @ 2024-04-25 40/week @ 2024-05-02

188 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
~381K SLoC