Document examples and add local remote shell endpoint demo

This commit is contained in:
Michael Mikovsky
2026-04-26 11:25:46 -06:00
parent f332e58e44
commit 2b753685ca
13 changed files with 89 additions and 0 deletions
+2
View File
@@ -166,7 +166,9 @@ pub enum LocalEvent {
pub enum EndpointOutcome {
/// Frame to forward, together with the next routing decision.
Forward {
/// The next routing decision chosen for the forwarded frame.
route: RouteDecision,
/// The encoded frame bytes to send along that route.
frame: FrameBytes,
},
/// Locally-delivered protocol event.