compactrs 2025.12.22

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

pub mod estimator;
pub mod worker;
pub mod elevation;
pub mod power;
pub mod scanner;