Decision Workspace
include-merkle vs ref_eq vs include-shader
Side-by-side comparison of Rust crates
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.
43
ref_eq
growingv1.0.0
Determine if two borrowed pointers point to the same thing.
41
include-shader
growingv0.2.0
A macro for including shader files as string with dependencies support.
Core Metrics
| include-merkle | ref_eq | include-shader | |
|---|---|---|---|
| Health Score | 39 | 43 | 41 |
| Total Downloads | 10.4K | 11.0K | 4.5K |
| 30d Downloads | 9 | 102 | 22 |
| Dependents | 0 | 8 | 0 |
| Releases | 5 | 2 | 3 |
| Last Updated | 2614d ago | 3491d ago | 1098d ago |
| Age | 7y 3m | 9y 6m | 3y 5m |
Health Breakdown
include-merkle
Maintenance
3
Quality
13
Community
6
Popularity
5
Documentation
12
ref_eq
Maintenance
3
Quality
21
Community
6
Popularity
5
Documentation
8
include-shader
Maintenance
4
Quality
17
Community
6
Popularity
4
Documentation
10
Technical Details
| include-merkle | ref_eq | include-shader | |
|---|---|---|---|
| Version | 0.1.4 | 1.0.0 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT/Apache-2.0 | MIT/Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 9 | 0 | 2 |
| Crate Size | 6KB | 844B | 10KB |
| Features | 0 | 0 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | — | 2021 |
| 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.
- •⚠ include-merkle, ref_eq, include-shader have not been updated in over a year.
- •include-merkle, include-shader are pre-1.0 — API may change.