commonware-p2p 2026.4.0

Communicate with authenticated peers over encrypted connections.
Documentation
1
2
3
4
5
6
7
pub mod dialer;
pub mod listener;
pub mod peer;
pub mod router;
pub use router::Messenger;
pub mod spawner;
pub mod tracker;