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

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