Work on new tree system

This commit is contained in:
Michael Mikovsky
2026-02-08 12:02:50 -07:00
parent fc625e89d2
commit d089c2a8aa
6 changed files with 83 additions and 21 deletions
+6 -2
View File
@@ -1,9 +1,9 @@
use unshell::{info, manager::Manager};
use unshell::{info, manager::Tree};
// use std::dyn
fn main() {
let manager = Manager::new();
let manager = Tree::new();
manager.init_logger();
info!("Test thing!");
@@ -16,6 +16,10 @@ fn main() {
// info!("This is a string!");
}
pub fn test23() -> (i32, i32) {
(6, 3)
}
// use std::{any::Any, collections::HashMap, fs::File, io::Read};
// use static_init::dynamic;