Decision Workspace
sorted-insert vs array_manipulation vs csselection_sort
Side-by-side comparison of Rust crates
50
sorted-insert
growingv0.2.6
This crate provides traits to insert elements to a sorted collection and keep the order.
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.
37
csselection_sort
growingv0.1.1
Selection sort implementation for indexable collections
Core Metrics
| sorted-insert | array_manipulation | csselection_sort | |
|---|---|---|---|
| Health Score | 50 | 50 | 37 |
| Total Downloads | 77.7K | 7.3K | 3.0K |
| 30d Downloads | 5.1K | 9 | 5 |
| Dependents | 4 | 0 | 0 |
| Releases | 8 | 5 | 2 |
| Last Updated | 353d ago | 1344d ago | 769d ago |
| Age | 5y 7m | 3y 8m | 2y 1m |
Health Breakdown
sorted-insert
Maintenance
6
Quality
18
Community
8
Popularity
6
Documentation
12
array_manipulation
Maintenance
10
Quality
16
Community
6
Popularity
5
Documentation
13
csselection_sort
Maintenance
4
Quality
16
Community
3
Popularity
4
Documentation
10
Technical Details
| sorted-insert | array_manipulation | csselection_sort | |
|---|---|---|---|
| Version | 0.2.6 | 0.4.1 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 5KB | 4KB | 3KB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.56 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •sorted-insert leads with a health score of 50/100, but none of the options score above 80.
- •⚠ array_manipulation, csselection_sort have not been updated in over a year.