mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
Work on new tree system
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user