Decision Workspace
slice-find vs array_trait vs array-bytes
Side-by-side comparison of Rust crates
46
slice-find
growingv0.0.2
SliceFind trait add .find() method (for search sub-slice in slice) to Vec, slice, fixed-length-slice in standard library
61
array_trait
stablev1.1.20
A generic trait for any array, with item as type and length as const parameter
60
array-bytes
growingv9.3.0
A collection of Array/Bytes/Hex utilities with full No-STD compatibility.
Core Metrics
| slice-find | array_trait | array-bytes | |
|---|---|---|---|
| Health Score | 46 | 61 | 60 |
| Total Downloads | 4.2K | 96.3K | 13.1M |
| 30d Downloads | 0 | 0 | 518.1K |
| Dependents | 12 | 82 | 2.3K |
| Releases | 2 | 87 | 41 |
| Last Updated | 523d ago | 116d ago | 355d ago |
| Age | 1y 5m | 2y 11m | 5y 6m |
Health Breakdown
slice-find
Maintenance
6
Quality
17
Community
9
Popularity
4
Documentation
10
array_trait
Maintenance
13
Quality
21
Community
11
Popularity
6
Documentation
10
array-bytes
Maintenance
9
Quality
18
Community
15
Popularity
8
Documentation
10
Technical Details
| slice-find | array_trait | array-bytes | |
|---|---|---|---|
| Version | 0.0.2 | 1.1.20 | 9.3.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | Apache-2.0/GPL-3.0 |
| Dependencies | 0 | 2 | 11 |
| Crate Size | 5KB | 8KB | 40KB |
| Features | 1 | 4 | 1 |
| Yanked % | 0.0% | 1.1% | 2.4% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •array_trait leads with a health score of 61/100, but none of the options score above 80.
- •array-bytes has the most downloads (13.1M), suggesting wider adoption.
- •array-bytes is depended on by 2.3K crates — strongest ecosystem trust.
- •⚠ slice-find has not been updated in over a year.
- •slice-find is pre-1.0 — API may change.