Decision Workspace
bevy_event_set vs bevy_enum_event vs bevy_mod_index
Side-by-side comparison of Rust crates
37
bevy_event_set
growingv0.2.0
A macro to create event bundles for Bevy
61
bevy_enum_event
experimentalv0.4.0
Derive macros for Bevy event and message types - generates Event, Message, and EntityEvent types from enum variants with support for triggers, observers, buffered messaging, and entity propagation
61
bevy_mod_index
growingv0.10.0
Allows using indexes to efficiently query for components by their values in the game engine Bevy.
Core Metrics
| bevy_event_set | bevy_enum_event | bevy_mod_index | |
|---|---|---|---|
| Health Score | 37 | 61 | 61 |
| Total Downloads | 4.4K | 3.8K | 12.0K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 8 | 3 |
| Releases | 3 | 6 | 11 |
| Last Updated | 1978d ago | 3d ago | 24d ago |
| Age | 5y 5m | 8m | 3y 4m |
Health Breakdown
bevy_event_set
Maintenance
4
Quality
15
Community
5
Popularity
4
Documentation
9
bevy_enum_event
Maintenance
19
Quality
15
Community
13
Popularity
4
Documentation
10
bevy_mod_index
Maintenance
22
Quality
16
Community
8
Popularity
5
Documentation
10
Technical Details
| bevy_event_set | bevy_enum_event | bevy_mod_index | |
|---|---|---|---|
| Version | 0.2.0 | 0.4.0 | 0.10.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 1 | 4 | 3 |
| Crate Size | 4KB | 43KB | 53KB |
| Features | 0 | 2 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2024 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 2 (team) | 1 |
Links
Quick Verdict
- •bevy_enum_event leads with a health score of 61/100, but none of the options score above 80.
- •bevy_mod_index has the most downloads (12.0K), suggesting wider adoption.
- •⚠ bevy_event_set has not been updated in over a year.