Add procedure-scoped stateful leaves

This commit is contained in:
Michael Mikovsky
2026-04-25 17:42:39 -06:00
parent 5e9b49a4d9
commit 7bea3e2b6b
20 changed files with 1491 additions and 201 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, procedures};
pub use unshell_macros::{Leaf, Procedure, procedures};
// pub use ush_obfuscate as obfuscate;