evault-tui 0.1.0

Terminal user interface for evault.
Documentation
1
2
3
4
5
6
7
//! Reusable widgets shared between views.

pub mod fuzzy_input;
pub mod keybindings;
pub mod modal;
pub mod statusbar;
pub mod toast;