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