Module requestty_ui::backend[][src]

Expand description

A module to represent a terminal and operations on it.

Structs

A backend that uses the crossterm library.

A 2D size.

A backend that uses the termion library.

A backend that can be used for tests.

Enums

The different parts of the terminal that can be cleared at once.

The directions the terminal cursor can be moved relative to the current position.

Traits

A trait to represent a terminal that can be rendered to.

Functions

get_backendcrossterm or termion

Gets the default Backend based on the features enabled.