ratto 0.6.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
pub mod bar;
pub mod box_model;
pub mod datetime;
pub mod duration;
pub mod fuzzy;
pub mod join;
pub mod measure;
pub mod pager;
pub mod spark;
pub mod table;