A library for building terminal user interfaces (TUIs) in Rust.
# Cargo.toml
[dependencies]
ratatui = "0.30.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a Ratatui terminal with Crossterm backend and clear the screen.
Add `crossterm` or `termion` to your Cargo.toml and enable the corresponding feature.
No dependency data recorded yet.