Decision Workspace
abin vs smol_strc vs small_str
Side-by-side comparison of Rust crates
43
abin
growingv0.1.6
A library for working with binaries and strings. The library tries to avoid heap-allocations / memory-copy whenever possible by automatically choosing a reasonable strategy: stack for small binaries; static-lifetime-binary or reference-counting.
50
smol_strc
experimentalv0.3.6
smol_str forks, replace Arc with Rc
38
small_str
growingv0.1.0
A String-like but using SmallVec internally
Core Metrics
| abin | smol_strc | small_str | |
|---|---|---|---|
| Health Score | 43 | 50 | 38 |
| Total Downloads | 7.0K | 308 | 2.6K |
| 30d Downloads | 7 | 63 | 33 |
| Dependents | 0 | 0 | 9 |
| Releases | 4 | 4 | 1 |
| Last Updated | 1996d ago | 23d ago | 704d ago |
| Age | 5y 5m | 4m | 1y 11m |
Health Breakdown
abin
Maintenance
9
Quality
14
Community
6
Popularity
5
Documentation
9
smol_strc
Maintenance
18
Quality
14
Community
3
Popularity
3
Documentation
12
small_str
Maintenance
1
Quality
17
Community
6
Popularity
4
Documentation
10
Technical Details
| abin | smol_strc | small_str | |
|---|---|---|---|
| Version | 0.1.6 | 0.3.6 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 6 | 8 | 3 |
| Crate Size | 55KB | 29KB | 12KB |
| Features | 0 | 3 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2024 | 2021 |
| MSRV | — | 1.89 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •smol_strc leads with a health score of 50/100, but none of the options score above 80.
- •abin has the most downloads (7.0K), suggesting wider adoption.
- •⚠ abin, small_str have not been updated in over a year.