cli_printer 0.2.0

A library for create a cli apps
Documentation
1
2
3
4
5
6
7
8
9
mod input;
mod list;
mod list_selected;
mod text_block;

pub use input::{Input, InputData};
pub use list::{List, ListItem, ListState};
pub use list_selected::{ListSelected, ListSelectedData};
pub use text_block::TextBlock;