Crates.io | ratatui-termion |
lib.rs | ratatui-termion |
version | 0.1.0-alpha.5 |
created_at | 2024-09-27 23:21:03.170602+00 |
updated_at | 2025-06-30 11:58:22.354084+00 |
description | Termion backend for the Ratatui Terminal UI library. |
homepage | https://ratatui.rs |
repository | https://github.com/ratatui/ratatui |
max_upload_size | |
id | 1389574 |
size | 48,801 |
This module provides the [TermionBackend
] implementation for the Backend
trait. It uses
the Termion crate to interact with the terminal.
ratatui-termion
is part of the Ratatui workspace that was modularized in version 0.30.0.
This crate provides the Termion backend implementation for Ratatui.
When to use ratatui-termion
:
When to use the main ratatui
crate:
For detailed information about the workspace organization, see ARCHITECTURE.md.