Decision Workspace
array_manipulation vs sorted-insert vs arrayvec
Side-by-side comparison of Rust crates
50
array_manipulation
growingv0.4.1
Methods for manipuling arrays in a Vec-like fashion. It will (probably) get into core once const expressions get less experimental.
50
sorted-insert
growingv0.2.6
This crate provides traits to insert elements to a sorted collection and keep the order.
64
arrayvec
growingv0.7.6
A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
Core Metrics
| array_manipulation | sorted-insert | arrayvec | |
|---|---|---|---|
| Health Score | 50 | 50 | 64 |
| Total Downloads | 7.3K | 77.7K | 362.1M |
| 30d Downloads | 9 | 4.9K | 22.3M |
| Dependents | 0 | 4 | 16.0K |
| Releases | 5 | 8 | 55 |
| Last Updated | 1344d ago | 353d ago | 587d ago |
| Age | 3y 8m | 5y 7m | 10y 10m |
Health Breakdown
array_manipulation
Maintenance
10
Quality
16
Community
6
Popularity
5
Documentation
13
sorted-insert
Maintenance
6
Quality
18
Community
8
Popularity
6
Documentation
12
arrayvec
Maintenance
6
Quality
16
Community
20
Popularity
8
Documentation
14
Technical Details
| array_manipulation | sorted-insert | arrayvec | |
|---|---|---|---|
| Version | 0.4.1 | 0.2.6 | 0.7.6 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 0 | 6 |
| Crate Size | 4KB | 5KB | 31KB |
| Features | 0 | 2 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | — | 1.56 | 1.51 |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •arrayvec leads with a health score of 64/100, but none of the options score above 80.
- •arrayvec is depended on by 16.0K crates — strongest ecosystem trust.
- •⚠ array_manipulation, arrayvec have not been updated in over a year.