mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Document examples and add local remote shell endpoint demo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
//! Remote shell endpoint example.
|
||||
//!
|
||||
//! This binary acts as the single remote-shell endpoint process. It connects to the controller
|
||||
//! example over TCP, feeds inbound frames into the `ProcedureRuntime`, and flushes any resulting
|
||||
//! protocol frames back to the controller.
|
||||
|
||||
#[path = "../../src/leaf/remote_shell/mod.rs"]
|
||||
mod remote_shell;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user