prns-core 0.3.4

Pure Reticulum engine and wire contract for Personal Reticulum
1
2
3
4
5
6
7
//! RNS 1.4.2 `Destination.register_request_handler`: rows keyed by `(destination, truncated_hash(path))`, each carrying its allow policy and, for [`RequestPolicy::AllowList`], the permitted identity hashes. A request with no handler, or one its policy refuses, dies silently: the reference's exact posture.

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

pub use self::core::*;