mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 13:01:13 +00:00

Backend code is now moved to `ratatui-crossterm`, `ratatui-termion` and `ratatui-termwiz`. This should be backwards compatible with existing code. Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
12 lines
296 B
Markdown
12 lines
296 B
Markdown
# Ratatui-termion
|
|
|
|
<!-- cargo-rdme start -->
|
|
|
|
This module provides the [`TermionBackend`] implementation for the [`Backend`] trait. It uses
|
|
the [Termion] crate to interact with the terminal.
|
|
|
|
[`Backend`]: ratatui_core::backend::Backend
|
|
[Termion]: https://docs.rs/termion
|
|
|
|
<!-- cargo-rdme end -->
|