prns-core 0.3.4

Pure Reticulum engine and wire contract for Personal Reticulum
1
2
3
4
5
6
7
8
9
10
11
pub mod interface_path_request_limit;
pub mod pending;
pub mod recent;
pub mod recursive;
pub mod request_path;
pub mod seen;
mod wire;

pub use wire::{
    write_path_request_wire_packet, PATH_REQUEST_DESTINATION, PATH_REQUEST_PAYLOAD_LEN,
};