himalaya 0.5.7

Command-line interface for email management
Documentation
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;