himalaya 0.5.2

Command-line interface for email management
1
2
3
4
5
6
7
8
9
//! Module related to User Interface.

pub mod table_arg;

pub mod table;
pub use table::*;

pub mod choice;
pub mod editor;