Registry / networking / tari-comms

tari-comms

JSON →
library5.3.1rscratesunverified

A peer-to-peer messaging system for the Tari network.

# Cargo.toml [dependencies] tari_comms = "5.3.1"
INSTALL
IMPORT
SIG · TARI-COMMS
T
tari-comms
networkingrustv5.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CommsNode
✓ use tari_comms::CommsNode;

Creates a new Tari communications node.

use tari_comms::CommsNode; fn main() { let node = CommsNode::new(); println!("Comms node created"); }
Debug
Known issues
gotchaRequires async runtime (Tokio) and network configuration.
fix
Add tokio as dependency and configure with a proper transport layer.
affects: >=5.0.0
Upgrade
Version history
5.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
30
OpenAI (training)
1
Resources
tari-comms — cargo add tari-comms · libregistry