Decision Workspace
binrw vs bincode vs bincode_derive
Side-by-side comparison of Rust crates
72
binrw
growingv0.15.1
A Rust crate for helping read structs from binary data using ✨macro magic✨
69
bincode
stablev3.0.0
A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!
67
bincode_derive
growingv3.0.0
Implementation of #[derive(Encode, Decode)] for bincode
Core Metrics
| binrw | bincode | bincode_derive | |
|---|---|---|---|
| Health Score | 72 | 69 | 67 |
| Total Downloads | 7.2M | 213.8M | 29.8M |
| 30d Downloads | 660.7K | 14.2M | 3.3M |
| Dependents | 1.6K | 78.4K | 144 |
| Releases | 35 | 73 | 13 |
| Last Updated | 24d ago | 101d ago | 101d ago |
| Age | 5y 6m | 11y 4m | 4y 5m |
Health Breakdown
binrw
Maintenance
17
Quality
15
Community
17
Popularity
8
Documentation
15
bincode
Maintenance
14
Quality
17
Community
15
Popularity
8
Documentation
15
bincode_derive
Maintenance
11
Quality
21
Community
12
Popularity
8
Documentation
15
Technical Details
| binrw | bincode | bincode_derive | |
|---|---|---|---|
| Version | 0.15.1 | 3.0.0 | 3.0.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 5 | 0 | 0 |
| Crate Size | 94KB | 4KB | 4KB |
| Features | 3 | 0 | 0 |
| Yanked % | 2.9% | 12.3% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.70 | 1.85.0 | 1.85.0 |
| Owners | 2 | 1 | 1 |
Links
Quick Verdict
- •binrw leads with a health score of 72/100, but none of the options score above 80.
- •bincode has the most downloads (213.8M), suggesting wider adoption.
- •bincode is depended on by 78.4K crates — strongest ecosystem trust.
- •binrw is pre-1.0 — API may change.