10 releases
Uses new Rust 2024
| 0.1.0 | Dec 26, 2025 |
|---|---|
| 0.1.0-beta.0 | Oct 31, 2025 |
| 0.1.0-alpha.5 | Jun 30, 2025 |
| 0.1.0-alpha.2 | Mar 1, 2025 |
| 0.1.0-alpha.0 | Nov 27, 2024 |
#1678 in Command-line interface
254,915 downloads per month
Used in 50 crates
(via ratatui)
1MB
13K
SLoC
Ratatui-termwiz
This module provides the TermwizBackend implementation for the Backend trait. It uses
the Termwiz crate to interact with the terminal.
Crate Organization
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:
- You need fine-grained control over dependencies
- Building a widget library that needs backend functionality
- You want to use only the Termwiz backend without other backends
- You need Termwiz's advanced terminal capabilities
When to use the main ratatui crate:
- Building applications (recommended - includes termwiz backend when enabled)
- You want the convenience of having everything available
For detailed information about the workspace organization, see ARCHITECTURE.md.
Dependencies
~27MB
~550K SLoC