ratatui/ratatui-termion
Tyler Breisacher d88cd29079
chore: Add 'const' to functions where possible. (#1802)
The Clippy check for this (missing_const_for_fn) is already enabled, but
catches more cases in upcoming toolchain versions.

This is part of the work to unblock #1727
2025-04-20 18:48:49 -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.