turbo-vision 0.2.11

A Rust implementation of the classic Borland Turbo Vision text-mode UI framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod geometry;
pub mod draw;
pub mod event;
pub mod command;
pub mod command_set;
pub mod palette;
pub mod clipboard;
pub mod state;
pub mod ansi_dump;
pub mod menu_data;
pub mod status_data;
pub mod history;