carch-core 5.2.7

A simple CLI tool to automate Linux system setup 🧩
Documentation
1
2
3
4
5
6
7
8
pub mod actions;
pub mod app;
pub mod events;
pub mod popups;
pub mod render;
pub mod state;
pub mod theme;
pub mod widgets;