aether-tui 0.1.5

A lightweight terminal UI rendering library for building rich CLI applications
Documentation
1
2
3
4
5
6
7
#![doc = include_str!("../docs/testing.md")]

mod helpers;
mod test_terminal;

pub use helpers::{cols, key, pad, render_component, render_component_with_renderer, render_lines, sample_options};
pub use test_terminal::{Cell, TestTerminal, assert_buffer_eq};