compactrs 2025.12.19

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

pub mod taskbar;