Crates.io | rings-transport |
lib.rs | rings-transport |
version | 0.7.0 |
source | src |
created_at | 2023-09-21 07:33:54.389628 |
updated_at | 2024-05-01 03:37:50.494148 |
description | Transport layer implementation for Rings Core |
homepage | |
repository | https://github.com/RingsNetwork/rings-node |
max_upload_size | |
id | 979168 |
size | 121,095 |
======================
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:
Based on webrtc.rs
, for building native usecase.
Based on wasm_bindgen
, web_sys
, for Browser usecase