Crates.io | ratatui-crossterm |
lib.rs | ratatui-crossterm |
version | 0.1.0-alpha.5 |
created_at | 2024-09-27 23:20:58.772459+00 |
updated_at | 2025-06-30 11:55:39.450633+00 |
description | Crossterm backend for the Ratatui Terminal UI library. |
homepage | https://ratatui.rs |
repository | https://github.com/ratatui/ratatui |
max_upload_size | |
id | 1389573 |
size | 62,628 |
This module provides the [CrosstermBackend
] implementation for the [Backend
] trait. It uses
the Crossterm crate to interact with the terminal.
ratatui-crossterm
is part of the Ratatui workspace that was modularized in version 0.30.0.
This crate provides the Crossterm backend implementation for Ratatui.
When to use ratatui-crossterm
:
When to use the main ratatui
crate:
For detailed information about the workspace organization, see ARCHITECTURE.md.