move all port connections to constructors (port: impl AsRef<str>)

This commit is contained in:
🪞👃🪞 2024-12-29 20:15:12 +01:00
parent e8b97bed37
commit 6607491f16
9 changed files with 215 additions and 129 deletions

View file

@ -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::*;