Improve protocol implementation

This commit is contained in:
Michael Mikovsky
2026-05-28 11:48:46 -06:00
parent fa8cb6269c
commit 3973589a35
11 changed files with 513 additions and 351 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#![no_std]
pub extern crate alloc;
extern crate alloc;
pub mod endpoint;
pub mod leaf;