prns-core 0.3.4

Pure Reticulum engine and wire contract for Personal Reticulum
1
2
3
4
5
6
7
8
9
10
//! The per-link state a node holds from LINKREQUEST to ACTIVE (RNS 1.4.2 `Link.status`):
//! - the initiator's pending establishments
//! - the responder's handshakes awaiting an RTT, and
//! - the active sessions both settle into.

pub mod core;
mod impls;
pub use impls::*;

pub use self::core::*;