mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
wip8 (22e)
This commit is contained in:
parent
f0192bd8f4
commit
2f772eceef
26 changed files with 926 additions and 908 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue