compactrs 2025.12.21

High-performance native Windows file compressor using WOF (Windows Overlay Filter)
1
2
3
4
5
6
7
8
9
10
11
12
pub mod components;
pub mod window;
pub mod controls;
pub mod theme;
pub mod state;
pub mod dialogs;
pub mod builder;
pub mod framework;
pub mod taskbar;

pub mod handlers;
pub mod file_dialog;