wip8 (22e)

This commit is contained in:
🪞👃🪞 2024-12-09 19:15:15 +01:00
parent f0192bd8f4
commit 2f772eceef
26 changed files with 926 additions and 908 deletions

View file

@ -73,12 +73,10 @@ pub type Perhaps<T> = Result<Option<T>, Box<dyn Error>>;
($($name:ident)*) => { $(#[cfg(test)] mod $name;)* };
}
submod! {
api
core
layout
tui
}
mod core; pub(crate) use core::*;
mod layout; pub(crate) use layout::*;
mod api; pub(crate) use api::*;
mod tui; pub(crate) use tui::*;
testmod! {
test