frentui 0.1.0

Interactive TUI for batch file renaming using freneng
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! frentui library - exposes modules for testing

pub mod app;
pub mod args;
pub mod event;
pub mod setup;
pub mod state;
pub mod section;
pub mod action;
pub mod color;
pub mod strings;
pub mod templates;
pub mod ui;
pub mod sections;