pimalaya-tui 0.2.1

Collection of crossterm widgets shared accross Pimalaya projects
1
2
3
4
5
6
7
8
pub mod backend;
pub mod choice;
pub mod config;
#[cfg(feature = "cli")]
pub mod editor;
pub mod id_mapper;
#[cfg(feature = "wizard")]
pub mod wizard;