Decision Workspace
workspacer-git vs workspacer-ensure-git-clean vs clean_git_history
Side-by-side comparison of Rust crates
41
workspacer-git
experimentalv0.1.2
Ensures that Git workspaces are clean, suitable for async Rust applications. Implements checks for uncommitted changes, relies on 'git status --porcelain' for validation.
33
workspacer-ensure-git-clean
experimentalv0.1.1
Asserts and enforces a clean Git workspace state prior to critical operations.
55
clean_git_history
stablev1.2.0
A Git history linter to ensure it stays clean for those who prefer rebasing and fast-forwarding compared to merge and squash commits.
Core Metrics
| workspacer-git | workspacer-ensure-git-clean | clean_git_history | |
|---|---|---|---|
| Health Score | 41 | 33 | 55 |
| Total Downloads | 5.7K | 724 | 11.4K |
| 30d Downloads | 548 | 3 | 21 |
| Dependents | 10 | 0 | 0 |
| Releases | 2 | 1 | 17 |
| Last Updated | 258d ago | 360d ago | 38d ago |
| Age | 12m | 12m | 4y 7m |
Health Breakdown
workspacer-git
Maintenance
8
Quality
13
Community
9
Popularity
4
Documentation
7
workspacer-ensure-git-clean
Maintenance
3
Quality
14
Community
6
Popularity
3
Documentation
7
clean_git_history
Maintenance
16
Quality
18
Community
6
Popularity
5
Documentation
10
Technical Details
| workspacer-git | workspacer-ensure-git-clean | clean_git_history | |
|---|---|---|---|
| Version | 0.1.2 | 0.1.1 | 1.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT | AGPL-3.0 |
| Dependencies | 6 | 1 | 6 |
| Crate Size | 41KB | 35KB | 39KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •clean_git_history leads with a health score of 55/100, but none of the options score above 80.
- •workspacer-git, workspacer-ensure-git-clean are pre-1.0 — API may change.