This commit is contained in:
2026-09-14 00:55:25 +01:00
parent ec43d7b57a
commit e8c0e79bae
17 changed files with 183 additions and 46 deletions
+2
View File
@@ -9,6 +9,7 @@ mod display;
mod effect;
mod messages;
mod module;
mod reusable_elements;
mod service;
mod wire;
@@ -17,5 +18,6 @@ pub use display::Display;
pub use effect::ModuleEffect;
pub use messages::*;
pub use module::BarModule;
pub use reusable_elements::pill;
pub use service::Service;
pub use wire::{Endpoint, Inbox, Namespace, Target, Wire};