Decision Workspace
ref_eq vs hashable_rc vs include-merkle
Side-by-side comparison of Rust crates
43
ref_eq
growingv1.0.0
Determine if two borrowed pointers point to the same thing.
41
hashable_rc
growingv0.2.1
Hashable wrappers for reference countings.
39
include-merkle
growingv0.1.4
Functionality for generating a Merkle-tree of a given text file with include references, replacing includes paths with a deterministic versioned identity, and also functionality for flattening include directives into a single file. The primary motivation is compiling shaders for various graphics APIs, but the the functionality can apply to a variety of source code parsing use cases.
Core Metrics
| ref_eq | hashable_rc | include-merkle | |
|---|---|---|---|
| Health Score | 43 | 41 | 39 |
| Total Downloads | 11.0K | 7.0K | 10.4K |
| 30d Downloads | 102 | 9 | 9 |
| Dependents | 8 | 5 | 0 |
| Releases | 2 | 5 | 5 |
| Last Updated | 3491d ago | 1992d ago | 2614d ago |
| Age | 9y 6m | 5y 8m | 7y 3m |
Health Breakdown
ref_eq
Maintenance
3
Quality
21
Community
6
Popularity
5
Documentation
8
hashable_rc
Maintenance
4
Quality
16
Community
7
Popularity
5
Documentation
9
include-merkle
Maintenance
3
Quality
13
Community
6
Popularity
5
Documentation
12
Technical Details
| ref_eq | hashable_rc | include-merkle | |
|---|---|---|---|
| Version | 1.0.0 | 0.2.1 | 0.1.4 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT/Apache-2.0 | MIT | MIT/Apache-2.0 |
| Dependencies | 0 | 0 | 9 |
| Crate Size | 844B | 5KB | 6KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2018 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •ref_eq leads with a health score of 43/100, but none of the options score above 80.
- •⚠ ref_eq, hashable_rc, include-merkle have not been updated in over a year.
- •hashable_rc, include-merkle are pre-1.0 — API may change.