compactrs 2025.12.25

High-performance native Windows file compressor using WOF (Windows Overlay Filter)
1
2
3
4
5
6
7
8
9
pub mod wof;
pub mod estimator;
pub mod worker;
pub mod power;
pub mod elevation;
pub mod watcher;
pub mod scanner;
pub mod process;
pub mod dynamic_import;