Add "LeafMeta" struct to leaf

This commit is contained in:
Michael Mikovsky
2026-05-31 10:26:57 -06:00
parent 0a44bc93de
commit f595b5aa98
11 changed files with 1576 additions and 374 deletions
+7 -1
View File
@@ -1,12 +1,18 @@
mod endpoint;
mod error;
mod leaf;
mod leaf_meta;
mod packet;
mod procedure;
mod session;
pub use endpoint::{Endpoint, HookID};
pub use error::*;
pub use leaf::*;
pub use leaf::Leaf;
pub use leaf_meta::LeafMeta;
pub use packet::Packet;
pub use procedure::*;
pub use session::*;
pub use unshell_macros::unshell_leaf;
// Various named types used for brevity