Decision Workspace
str_array vs fixed_len_str vs orx-fixed-vec
Side-by-side comparison of Rust crates
47
str_array
experimentalv1.1.0
Fixed-size `str` and `CStr` types backed by an array
47
fixed_len_str
growingv0.3.3
A procedural macro for create a smart pointer to str backed by a fixed size array,with the size given by the tokens.
61
orx-fixed-vec
stablev3.22.0
An efficient fixed capacity vector with pinned element guarantees.
Core Metrics
| str_array | fixed_len_str | orx-fixed-vec | |
|---|---|---|---|
| Health Score | 47 | 47 | 61 |
| Total Downloads | 93 | 34.2K | 1.1M |
| 30d Downloads | 6 | 185 | 146.3K |
| Dependents | 0 | 37 | 306 |
| Releases | 4 | 23 | 57 |
| Last Updated | 127d ago | 2248d ago | 158d ago |
| Age | 4m | 6y 2m | 2y 7m |
Health Breakdown
str_array
Maintenance
13
Quality
14
Community
6
Popularity
2
Documentation
12
fixed_len_str
Maintenance
7
Quality
16
Community
10
Popularity
5
Documentation
9
orx-fixed-vec
Maintenance
12
Quality
19
Community
13
Popularity
7
Documentation
10
Technical Details
| str_array | fixed_len_str | orx-fixed-vec | |
|---|---|---|---|
| Version | 1.1.0 | 0.3.3 | 3.22.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | Apache-2.0 OR MIT | Unlicense | MIT OR Apache-2.0 |
| Dependencies | 1 | 1 | 7 |
| Crate Size | 22KB | 10KB | 44KB |
| Features | 3 | 4 | 0 |
| Yanked % | 25.0% | 4.3% | 0.0% |
| Edition | 2021 | 2018 | 2024 |
| MSRV | 1.64 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •orx-fixed-vec leads with a health score of 61/100, but none of the options score above 80.
- •orx-fixed-vec is depended on by 306 crates — strongest ecosystem trust.
- •⚠ fixed_len_str has not been updated in over a year.
- •fixed_len_str is pre-1.0 — API may change.