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,8 @@
|
||||
//! Small end-to-end example for the `Leaf` and `procedures` derive macros.
|
||||
//!
|
||||
//! This stays entirely local. A controller endpoint opens one call against a single in-process
|
||||
//! leaf runtime, and the example decodes the returned reply payload.
|
||||
|
||||
use std::error::Error;
|
||||
use std::{convert::Infallible, string::String};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user