atac 0.18.0

Arguably a Terminal API Client. Feature-full, free, open-source, offline and account-less.
1
2
3
4
5
6
pub mod ui;
pub mod app_states;
pub(super) mod tui_logic;
pub(super) mod event_key_bindings;
pub(super) mod events;
pub mod utils;