ratatui/ratatui-termion
M Arjun Krishna 53cdbbccd5
feat: Enable serde propagation to backend crates (crossterm, termion) (#1812)
This PR propagates the serde feature from the main ratatui crate to the
ratatui-crossterm and ratatui-termion backend crates. Solves #1805
2025-04-29 13:29:49 -07:00
..

Ratatui-termion

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