Decision Workspace
box-collections vs fallible_vec vs core_collections
Side-by-side comparison of Rust crates
48
box-collections
growingv0.2.0
A no_std compatible implementation of the collection crate
42
fallible_vec
growingv0.3.1
Fallible allocation functions for the Rust standard library's `Vec` type.
38
core_collections
growingv0.3.20170409
This is a copy of libstd::collections with all the parts that don't work in core removed. Most importantly, it provides HashMap and HashSet. This crate is (mostly) automatically generated from the rust git source. The version of the source that corresponds to your compiler version will be selected automatically by the build script. This depends on the rand crate, so make sure to include that and configure the no_std feature on it.
Core Metrics
| box-collections | fallible_vec | core_collections | |
|---|---|---|---|
| Health Score | 48 | 42 | 38 |
| Total Downloads | 10.0K | 15.1K | 16.5K |
| 30d Downloads | 278 | 736 | 74 |
| Dependents | 30 | 0 | 8 |
| Releases | 6 | 4 | 7 |
| Last Updated | 313d ago | 1066d ago | 3274d ago |
| Age | 2y 5m | 3y | 10y 1m |
Health Breakdown
box-collections
Maintenance
6
Quality
17
Community
9
Popularity
5
Documentation
11
fallible_vec
Maintenance
4
Quality
17
Community
8
Popularity
5
Documentation
8
core_collections
Maintenance
4
Quality
12
Community
6
Popularity
5
Documentation
11
Technical Details
| box-collections | fallible_vec | core_collections | |
|---|---|---|---|
| Version | 0.2.0 | 0.3.1 | 0.3.20170409 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | non-standard | MIT/Apache-2.0 |
| Dependencies | 3 | 1 | 2 |
| Crate Size | 4KB | 17KB | 2.5MB |
| Features | 4 | 3 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | — |
| MSRV | 1.56 | — | — |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •box-collections leads with a health score of 48/100, but none of the options score above 80.
- •core_collections has the most downloads (16.5K), suggesting wider adoption.
- •⚠ fallible_vec, core_collections have not been updated in over a year.