Decision Workspace
bevy_serial vs bevy_serialport vs serialport
Side-by-side comparison of Rust crates
43
bevy_serial
growingv0.10.0
Serial Port Communication Plugin for Bevy
56
bevy_serialport
growingv0.11.0
Async serial port plugin for Bevy game engine with enhanced error handling and convenience APIs
74
serialport
stablev4.9.0
A cross-platform low-level serial port library.
Core Metrics
| bevy_serial | bevy_serialport | serialport | |
|---|---|---|---|
| Health Score | 43 | 56 | 74 |
| Total Downloads | 10.5K | 13.4K | 12.6M |
| 30d Downloads | 15 | 55 | 798.3K |
| Dependents | 0 | 0 | 2.4K |
| Releases | 9 | 13 | 37 |
| Last Updated | 173d ago | 72d ago | 11d ago |
| Age | 4y 2m | 3y 7m | 9y 3m |
Health Breakdown
bevy_serial
Maintenance
8
Quality
14
Community
6
Popularity
5
Documentation
10
bevy_serialport
Maintenance
18
Quality
14
Community
6
Popularity
5
Documentation
13
serialport
Maintenance
17
Quality
15
Community
19
Popularity
8
Documentation
15
Technical Details
| bevy_serial | bevy_serialport | serialport | |
|---|---|---|---|
| Version | 0.10.0 | 0.11.0 | 4.9.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MPL-2.0 |
| Dependencies | 5 | 16 | 21 |
| Crate Size | 23KB | 48KB | 84KB |
| Features | 0 | 2 | 3 |
| Yanked % | 0.0% | 0.0% | 10.8% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | — | — | 1.59.0 |
| Owners | 1 | 1 | 3 (team) |
Links
Quick Verdict
- •serialport leads with a health score of 74/100, but none of the options score above 80.
- •serialport is depended on by 2.4K crates — strongest ecosystem trust.
- •bevy_serial, bevy_serialport are pre-1.0 — API may change.