Registry / cli / tuirealm

tuirealm

JSON →
library4.1.0rscratesunverified

A tui-rs framework to build terminal user interfaces inspired by React and Elm.

# Cargo.toml [dependencies] tuirealm = "4.1.0"
INSTALL
IMPORT
SIG · TUIREALM
T
tuirealm
clirustv4.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Application
use tuirealm::Application;

Create and run a TUI application.

use tuirealm::Application; fn main() -> Result<(), Box<dyn std::error::Error>> { let mut app = Application::new()?; app.run()?; Ok(()) }
Debug
Known issues
gotchaRequires a terminal with ANSI support
fix
Run in a terminal emulator that supports ANSI escape codes
affects: >=4.0.0
Upgrade
Version history
4.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
tuirealm — cargo add tuirealm · libregistry