Crates.io | waku-bindings |
lib.rs | waku-bindings |
version | 0.6.0 |
source | src |
created_at | 2022-11-29 09:43:20.290317 |
updated_at | 2024-02-19 18:09:04.723312 |
description | Waku networking library |
homepage | |
repository | https://github.com/waku-org/waku-rust-bindings |
max_upload_size | |
id | 725253 |
size | 120,309 |
Rust api on top of waku-sys
bindgen bindings to c ffi bindings.
Add this to your Cargo.toml
:
[dependencies]
waku-bindings = "0.1.0"
Waku is the communication layer for Web3. Decentralized communication that scales.
Private. Secure. Runs anywhere.
Waku is a suite of privacy-preserving, peer-to-peer messaging protocols.
Waku removes centralized third parties from messaging, enabling private, secure, censorship-free communication with no single point of failure.
Waku provides privacy-preserving capabilities, such as sender anonymity,metadata protection and unlinkability to personally identifiable information.
Waku is designed for generalized messaging, enabling human-to-human, machine-to-machine or hybrid communication.
Waku runs everywhere: desktop, server, including resource-restricted devices, such as mobile devices and browsers. How does it work?
The first version of Waku had its origins in the Whisper protocol, with optimizations for scalability and usability. Waku v2 is a complete rewrite. Its relay protocol implements pub/sub over libp2p, and also introduces additional capabilities:
This makes it ideal for running a p2p protocol on mobile, or in other similarly resource-restricted environments.
Read the Waku docs