Decision Workspace
fillet vs tinyvec vs raw-parts
Side-by-side comparison of Rust crates
52
fillet
experimentalv0.2.0
An efficient thin pointer based contiguous collection.
76
tinyvec
stablev1.11.0
`tinyvec` provides 100% safe vec-like data structures.
72
raw-parts
stablev2.2.2
Ergonomic wrapper around `Vec::from_raw_parts` and `Vec::into_raw_parts`.
Core Metrics
| fillet | tinyvec | raw-parts | |
|---|---|---|---|
| Health Score | 52 | 76 | 72 |
| Total Downloads | 428 | 447.2M | 83.7K |
| 30d Downloads | 13 | 27.5M | 654 |
| Dependents | 0 | 2.9K | 19 |
| Releases | 2 | 38 | 11 |
| Last Updated | today | 13d ago | 11d ago |
| Age | 8m | 6y 2m | 4y 4m |
Health Breakdown
fillet
Maintenance
17
Quality
14
Community
6
Popularity
3
Documentation
12
tinyvec
Maintenance
18
Quality
21
Community
20
Popularity
8
Documentation
9
raw-parts
Maintenance
16
Quality
20
Community
15
Popularity
6
Documentation
15
Technical Details
| fillet | tinyvec | raw-parts | |
|---|---|---|---|
| Version | 0.2.0 | 1.11.0 | 2.2.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | ISC OR Apache-2.0 OR MIT | Zlib OR Apache-2.0 OR MIT | MIT |
| Dependencies | 3 | 11 | 1 |
| Crate Size | 31KB | 53KB | 7KB |
| Features | 0 | 14 | 0 |
| Yanked % | 0.0% | 2.6% | 0.0% |
| Edition | 2024 | 2018 | 2021 |
| MSRV | 1.85 | — | 1.76.0 |
| Owners | 1 | 2 (team) | 2 (team) |
Links
Quick Verdict
- •tinyvec leads with a health score of 76/100, but none of the options score above 80.
- •tinyvec is depended on by 2.9K crates — strongest ecosystem trust.
- •fillet is pre-1.0 — API may change.