rings-transport

Crates.iorings-transport
lib.rsrings-transport
version0.7.0
sourcesrc
created_at2023-09-21 07:33:54.389628
updated_at2024-05-01 03:37:50.494148
descriptionTransport layer implementation for Rings Core
homepage
repositoryhttps://github.com/RingsNetwork/rings-node
max_upload_size
id979168
size121,095
Elder Ryan (RyanKung)

documentation

README

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

Commit count: 737

cargo fmt