modbus-gateway 0.1.0

Cross-platform Modbus gateway CLI & TUI powered by mbus-gateway
1
2
3
4
5
6
7
// tui/mod.rs — Interactive Ratatui-based TUI

pub mod app;
pub mod event;
pub mod ui;

pub use app::TuiApp;