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
+5
View File
@@ -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};