Loading repository data…
Loading repository data…
WinBooster / repository
A powerful cross platform system cleanup tool
Cross Cleaner is a high-performance tool for cleaning temporary files, cache, and other system "junk" from your computer. Built with Rust for optimal speed and reliability.
Get the latest release from our releases page.
rustc --version
git clone https://github.com/WinBooster/Cross-Cleaner.git
cd Cross-Cleaner
cargo build --release
target/releaseCross Cleaner has comprehensive test coverage to ensure reliability and performance.
# Run all tests
cargo test --all
# Run property-based tests (800+ test cases)
cargo test --package cleaner proptests
# Run with more test cases
PROPTEST_CASES=1000 cargo test --package cleaner proptests
# Run performance benchmarks
cargo bench --package Cross_Cleaner_CLI
# View detailed HTML reports
open target/criterion/report/index.html
See TESTING.md for detailed testing documentation.