prns-runtime-embassy 0.3.4

Embassy host runtime for Personal Reticulum
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod command_handle;
mod interface_lifecycle;
mod manifold_lanes;
mod node_lifecycle;

pub use command_handle::{CompletionPool, PrnsNodeHandle};
pub use interface_lifecycle::{Fleet, InboundDeliveryError, OutboundFrame};
pub use manifold_lanes::{
    minimum_manifold_notification_capacity, InterfaceLane, LaneClaimError, ManifoldLaneSet,
    StaticManifoldLane, SupervisorLane,
};
pub use node_lifecycle::{ManifoldWiring, PrnsNode, RequestRoutingCapacity};