ratatui/ratatui-termwiz
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-termwiz

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