prns-core 0.3.4

Pure Reticulum engine and wire contract for Personal Reticulum
1
2
3
4
5
6
7
8
//! RNS 1.4.2 fires path requests as fire-and-forget and lets the app poll `has_path`.
//! This table is the extension that turns the request into an awaitable outcome.

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

pub use self::core::*;