ratatui/ratatui-termwiz
Jagoda Estera Ślązak 007713e50a
feat(no_std)!: replace Backend's io::Error usages with associated Error type (#1778)
Resolves #1775 

BREAKING CHANGE: Custom backends now have to implement `Backend::Error`
and `Backend::clear_region`. Additionally some generic `Backend` usage
will have to explicitly set trait bounds for `Backend::Error`.
2025-04-23 15:05:59 -07:00
..
2025-03-01 15:34:53 -08:00

Ratatui-termwiz

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