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