aranet-tui 0.1.13

Terminal UI dashboard for Aranet environmental sensors (standalone binary)
Documentation
1
2
3
4
5
6
7
8
9
10
#![deny(unsafe_code)]

//! TUI for Aranet sensors.
//!
//! This crate provides a standalone binary wrapper around aranet-cli's TUI functionality.
//! The actual TUI implementation lives in `aranet-cli` with the `tui` feature enabled.
//!
//! For the TUI implementation, see [`aranet_cli::tui`].

pub use aranet_cli::tui;