ratto 0.7.0

Ratatui-powered terminal primitives for shell dashboards: flicker-free repaints, progress bars, prompts, and portable time tools
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod bar;
pub mod box_model;
pub mod child;
pub mod datetime;
pub mod duration;
pub mod fuzzy;
pub mod join;
pub mod measure;
pub mod pager;
pub mod schedule;
pub mod snapshot;
pub mod spark;
pub mod table;
pub mod trigger;