unsegen 0.3.1

Another tui library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! This module contains several basic widgets that are built into the core library.
pub mod lineedit;
pub mod logviewer;
pub mod promptline;
pub mod table;
pub mod textedit;

pub use self::lineedit::*;
pub use self::logviewer::*;
pub use self::promptline::*;
pub use self::table::*;
pub use self::textedit::*;