mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-15 16:06:41 +01:00
fix reexport mess + document modules
This commit is contained in:
parent
7d6bdcca99
commit
317547c6b2
14 changed files with 383 additions and 350 deletions
|
|
@ -9,7 +9,7 @@ extern crate clap;
|
|||
extern crate jack as _jack;
|
||||
extern crate crossterm;
|
||||
|
||||
mod core; crate::core::submod! { cli config control model view jack edn }
|
||||
mod core; crate::core::pubmod! { cli config control model view jack edn }
|
||||
|
||||
use crate::{core::*, model::*};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue