mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
Get dynamic component loading working
This commit is contained in:
@@ -10,15 +10,10 @@ mod components;
|
||||
pub use components::get_components;
|
||||
|
||||
mod announcement;
|
||||
use std::{
|
||||
fmt,
|
||||
// sync::{Arc, Mutex},
|
||||
};
|
||||
use std::fmt;
|
||||
|
||||
pub use announcement::Announcement;
|
||||
|
||||
// use crate::module::{Interface, Manager};
|
||||
|
||||
///Generic error type for module-related operations.
|
||||
#[derive(Debug)]
|
||||
pub enum ModuleError {
|
||||
|
||||
Reference in New Issue
Block a user