aranet_tui/lib.rs
1//! TUI for Aranet sensors.
2//!
3//! This crate provides a standalone binary wrapper around aranet-cli's TUI functionality.
4//! The actual TUI implementation lives in `aranet-cli` with the `tui` feature enabled.
5//!
6//! For the TUI implementation, see [`aranet_cli::tui`].
7
8pub use aranet_cli::tui;