langcodec-cli 0.12.0

A universal CLI tool for converting and inspecting localization files (Apple, Android, CSV, etc.)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod app;
mod render;
mod reporter;
mod terminal;

pub use app::{
    DashboardEvent, DashboardInit, DashboardItem, DashboardItemStatus, DashboardKind,
    DashboardLogTone, DashboardState, FocusPane, SummaryRow,
};
pub use render::render_dashboard;
pub use reporter::{PlainReporter, RunReporter, TuiReporter};
#[allow(unused_imports)]
pub use terminal::{ResolvedUiMode, UiMode, resolve_ui_mode, resolve_ui_mode_for_current_terminal};