Split remote shell leaf module

This commit is contained in:
Michael Mikovsky
2026-04-25 16:27:10 -06:00
parent 7e266e2a38
commit 5e9b49a4d9
10 changed files with 488 additions and 478 deletions
+4
View File
@@ -54,6 +54,10 @@ unshell-macros = { path = "./unshell-macros" }
name = "leaf_derive"
path = "examples/protocol/leaf_derive.rs"
[[example]]
name = "protocol_leaf_derive"
path = "examples/protocol_leaf_derive.rs"
[[example]]
name = "remote_shell_endpoint"
path = "examples/protocol/remote_shell_endpoint.rs"