prns-core 0.3.4

Pure Reticulum engine and wire contract for Personal Reticulum
1
2
3
4
5
6
7
//! Path requests already seen, keyed by `(destination, id)`: RNS 1.4.2 `Transport.discovery_pr_tags`. A bounded FIFO set; a duplicate (a loop or a re-arrival) is dropped, so a recursive forward never circulates forever.

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

pub use self::core::*;