prns-runtime-embassy 0.3.4

Embassy host runtime for Personal Reticulum
Documentation
1
2
3
4
5
6
7
8
pub use prns_runtime::manifold::{
    airtime, announce_pacer, decline_all, duty_gate, grant, interface_seam, kernel, reconnect,
    throughput, timers, AppDeciders, Host,
};

pub mod driver;
mod grant_lane;
pub mod timebase;