Decision Workspace
byte_set vs bset vs bstr
Side-by-side comparison of Rust crates
42
byte_set
growingv0.1.3
Efficient sets of bytes.
35
bset
growingv0.1.0
Fast and compact sets of bytes or ASCII characters
71
bstr
stablev1.12.1
A string type that is not required to be valid UTF-8.
Core Metrics
| byte_set | bset | bstr | |
|---|---|---|---|
| Health Score | 42 | 35 | 71 |
| Total Downloads | 8.8K | 1.7K | 269.3M |
| 30d Downloads | 69 | 3 | 16.5M |
| Dependents | 1 | 0 | 6.8K |
| Releases | 4 | 1 | 49 |
| Last Updated | 2114d ago | 1840d ago | 152d ago |
| Age | 5y 10m | 5y | 7y 5m |
Health Breakdown
byte_set
Maintenance
4
Quality
14
Community
7
Popularity
5
Documentation
12
bset
Maintenance
1
Quality
15
Community
6
Popularity
4
Documentation
9
bstr
Maintenance
13
Quality
20
Community
15
Popularity
8
Documentation
15
Technical Details
| byte_set | bset | bstr | |
|---|---|---|---|
| Version | 0.1.3 | 0.1.0 | 1.12.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 7 | 2 | 6 |
| Crate Size | 30KB | 7KB | 355KB |
| Features | 0 | 0 | 5 |
| Yanked % | 0.0% | 0.0% | 2.0% |
| Edition | 2018 | 2018 | 2021 |
| MSRV | — | — | 1.73 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •bstr leads with a health score of 71/100, but none of the options score above 80.
- •bstr is depended on by 6.8K crates — strongest ecosystem trust.
- •⚠ byte_set, bset have not been updated in over a year.
- •byte_set, bset are pre-1.0 — API may change.