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
55
bevy_enum_event
experimentalv0.3.2
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
59
bevy_mod_index
growingv0.9.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 | 55 | 59 |
| Total Downloads | 4.4K | 3.0K | 11.4K |
| 30d Downloads | 5 | 247 | 123 |
| Dependents | 0 | 6 | 3 |
| Releases | 3 | 5 | 10 |
| Last Updated | 1870d ago | 64d ago | 72d ago |
| Age | 5y 1m | 5m | 3y |
Health Breakdown
bevy_event_set
Maintenance
4
Quality
15
Community
5
Popularity
4
Documentation
9
bevy_enum_event
Maintenance
14
Quality
15
Community
12
Popularity
4
Documentation
10
bevy_mod_index
Maintenance
20
Quality
16
Community
8
Popularity
5
Documentation
10
Technical Details
| bevy_event_set | bevy_enum_event | bevy_mod_index | |
|---|---|---|---|
| Version | 0.2.0 | 0.3.2 | 0.9.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 1 | 4 | 3 |
| Crate Size | 4KB | 37KB | 51KB |
| Features | 0 | 2 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 2 (team) | 1 |
Links
Quick Verdict
- •bevy_mod_index leads with a health score of 59/100, but none of the options score above 80.
- •⚠ bevy_event_set has not been updated in over a year.