Add stateful call leaf runtime

This commit is contained in:
Michael Mikovsky
2026-04-25 15:35:08 -06:00
parent 56bc7ee4f8
commit 7e266e2a38
18 changed files with 1349 additions and 388 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ extern crate self as unshell;
pub mod logger;
pub mod protocol;
pub use unshell_macros::Leaf;
pub use unshell_macros::{Leaf, procedures};
// pub use ush_obfuscate as obfuscate;