A Rust development artifact analyzer and cleaner.
🚧 Early development stage
DustFril helps Rust developers discover, analyze, and safely manage generated files created by Cargo and Rust tooling.
Over time, Rust projects accumulate build artifacts and caches that consume significant disk space. DustFril aims to provide a simple and transparent way to inspect and clean those artifacts.
- Detect Rust build artifacts
- Analyze disk usage
- Inspect Cargo caches
- Safe cleanup workflow
target/~/.cargo/registry~/.cargo/git
Scan Rust artifacts:
dustfril scanAnalyze disk usage:
dustfril analyzePreview cleanup:
dustfril clean --dry-runClean artifacts:
dustfril clean- Cargo project scanning
- Rust artifact detection
- Basic CLI
- Disk usage analysis
- Dry-run support
- Safe cleanup operations
- Interactive terminal interface
- Configuration support
- Advanced filtering
- Desktop application
- Multi-language ecosystem support
DustFril follows a few simple principles:
- Safety first
- Explicit user actions
- Transparent operations
- Developer-friendly experience
DustFril will never remove files without user confirmation.
MIT License