Convert to no_std, add request type

This commit is contained in:
Michael Mikovsky
2026-03-17 16:40:05 -06:00
parent 3a5605bc0d
commit f3a59f5082
8 changed files with 261 additions and 99 deletions
+4 -1
View File
@@ -1,8 +1,11 @@
#![no_main]
#![no_std]
extern crate alloc;
pub mod logger;
pub mod tree;
// Re-exports
pub use serde_json::{Value, json};
// pub use serde_json::{Value, json};
pub use ush_obfuscate as obfuscate;