aether-tui 0.1.7

A lightweight terminal UI rendering library for building rich CLI applications
Documentation
1
2
3
4
5
6
7
8
9
pub mod frame;
pub mod line;
pub mod render_context;
pub mod renderer;
pub mod soft_wrap;
pub mod span;
pub mod style;
pub(crate) mod terminal_screen;
pub mod visual_frame;