Module crossterm

Module crossterm 

Source
Expand description

Terminal-based canvas implementation using the crossterm crate.

This module provides a canvas implementation that renders to the terminal using crossterm for colored output. It requires the “crossterm” feature to be enabled. The implementation uses Unicode half blocks for rendering and supports frame rate limiting.

Structs§

CrosstermCanvas
A canvas implementation that renders to the terminal using crossterm.