Decision Workspace
bevy_shuffle_bag vs ord-by-set vs mset
Side-by-side comparison of Rust crates
54
bevy_shuffle_bag
experimentalv0.5.0
A crate for shuffling collections in Bevy
52
ord-by-set
growingv1.0.3
A library providing a weakly ordered multi-set with compile-time configurable ordering scheme
46
mset
growingv0.1.1
A mset / multiset / bag implementation
Core Metrics
| bevy_shuffle_bag | ord-by-set | mset | |
|---|---|---|---|
| Health Score | 54 | 52 | 46 |
| Total Downloads | 10.8K | 5.2K | 283.9K |
| 30d Downloads | 534 | 6 | 12.9K |
| Dependents | 2 | 0 | 35 |
| Releases | 10 | 4 | 6 |
| Last Updated | 25d ago | 1488d ago | 1170d ago |
| Age | 11m | 4y | 6y |
Health Breakdown
bevy_shuffle_bag
Maintenance
18
Quality
15
Community
6
Popularity
5
Documentation
10
ord-by-set
Maintenance
9
Quality
21
Community
6
Popularity
4
Documentation
12
mset
Maintenance
4
Quality
15
Community
10
Popularity
7
Documentation
10
Technical Details
| bevy_shuffle_bag | ord-by-set | mset | |
|---|---|---|---|
| Version | 0.5.0 | 1.0.3 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT/Apache-2.0 |
| Dependencies | 5 | 0 | 1 |
| Crate Size | 56KB | 8KB | 11KB |
| Features | 3 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2018 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •bevy_shuffle_bag leads with a health score of 54/100, but none of the options score above 80.
- •mset has the most downloads (283.9K), suggesting wider adoption.
- •⚠ ord-by-set, mset have not been updated in over a year.
- •bevy_shuffle_bag, mset are pre-1.0 — API may change.