compactrs 2025.12.23

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