Add derive-based protocol leaf declarations

This commit is contained in:
Michael Mikovsky
2026-04-25 14:41:00 -06:00
parent 3e764610eb
commit b1ebe34ec1
11 changed files with 1056 additions and 1 deletions
+7 -1
View File
@@ -11,9 +11,15 @@
#![no_std]
extern crate alloc;
pub extern crate alloc;
// Re-export derive macros against a stable `::unshell` path, including when the
// macros are used inside this crate's own examples and tests.
#[allow(unused_extern_crates)]
extern crate self as unshell;
pub mod logger;
pub mod protocol;
pub use unshell_macros::Leaf;
// pub use ush_obfuscate as obfuscate;