ratatui/ratatui-termion
Jagoda Estera Ślązak 416ebdf8c8
fix: correct clippy errors introduced by rust 1.86.0 update (#1755)
New version of rust (1.86.0) caused CI to fail.
2025-04-03 16:43:12 -07:00
..
2025-03-01 15:34:53 -08:00

Ratatui-termion

This module provides the [TermionBackend] implementation for the Backend trait. It uses the Termion crate to interact with the terminal.