rns-core 0.1.8

Wire protocol, transport routing, and link/resource engine for the Reticulum Network Stack
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#![cfg_attr(not(feature = "std"), no_std)]
extern crate alloc;

pub mod announce;
pub mod buffer;
pub mod channel;
pub mod constants;
pub mod destination;
pub mod hash;
pub mod holepunch;
pub mod link;
pub mod msgpack;
pub mod packet;
pub mod receipt;
pub mod resource;
pub mod stamp;
pub mod transport;
pub mod types;