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 |
#1648 in Network programming
332 downloads per month
Used in 3 crates
(2 directly)
86KB
1.5K
SLoC
Rings Transport
======================
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
~358K SLoC