mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 13:31:14 +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>
271 B
271 B
Ratatui-crossterm
This module provides the [CrosstermBackend
] implementation for the [Backend
] trait. It uses
the Crossterm crate to interact with the terminal.