mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Add derive-based protocol leaf declarations
This commit is contained in:
+7
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user