Module backend

Module backend 

Source
Expand description

the bridge to the actual os input/output

backends are the bridge between the ui framework and the system. through the Backend trait and associated types, they offer a consistent view

Modules§

ansi
terminal input and output, using ansi escape codes

Traits§

Backend
renders character grids and provides inputs

Functions§

open
get the “right” backend, based on the enabled features and runtime environment