Decision Workspace
is_empty vs patchable vs recallable-macro
Side-by-side comparison of Rust crates
46
is_empty
growingv0.3.0
Easily check if the struct is empty.
54
patchable
growingv0.5.9
Automatically derive patch types for Rust structs to enable efficient partial updates with zero runtime overhead
53
recallable-macro
experimentalv0.2.0
Macro suite for the recallable crate: enables model with #[recallable_model] and automatic trait derives for `Recallable` and `Recall`.
Core Metrics
| is_empty | patchable | recallable-macro | |
|---|---|---|---|
| Health Score | 46 | 54 | 53 |
| Total Downloads | 101.1K | 2.4K | 42 |
| 30d Downloads | 3.8K | 36 | 42 |
| Dependents | 12 | 0 | 2 |
| Releases | 3 | 15 | 2 |
| Last Updated | 503d ago | 31d ago | today |
| Age | 3y 2m | 5y 2m | 26d |
Health Breakdown
is_empty
Maintenance
5
Quality
16
Community
6
Popularity
6
Documentation
13
patchable
Maintenance
14
Quality
13
Community
8
Popularity
4
Documentation
15
recallable-macro
Maintenance
14
Quality
15
Community
7
Popularity
2
Documentation
15
Technical Details
| is_empty | patchable | recallable-macro | |
|---|---|---|---|
| Version | 0.3.0 | 0.5.9 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 7 | 4 |
| Crate Size | 4KB | 14KB | 20KB |
| Features | 1 | 4 | 2 |
| Yanked % | 0.0% | 6.7% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | 1.85 | 1.88 |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •patchable leads with a health score of 54/100, but none of the options score above 80.
- •is_empty has the most downloads (101.1K), suggesting wider adoption.
- •⚠ is_empty has not been updated in over a year.