mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
move all port connections to constructors (port: impl AsRef<str>)
This commit is contained in:
parent
e8b97bed37
commit
6607491f16
9 changed files with 215 additions and 129 deletions
|
|
@ -7,6 +7,7 @@ pub mod time; pub(crate) use self::time::*;
|
|||
pub use self::time::HasClock;
|
||||
|
||||
pub mod space; pub(crate) use self::space::*;
|
||||
pub use self::space::Measure;
|
||||
|
||||
pub mod tui; pub(crate) use self::tui::*;
|
||||
pub use tui::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue