compactrs 2025.12.25

High-performance native Windows file compressor using WOF (Windows Overlay Filter)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
pub mod wrappers;
pub mod layout;
pub mod edit_subclass;