Decision Workspace
serde_store vs bincode-next vs binary_serde_macros
Side-by-side comparison of Rust crates
54
serde_store
experimentalv0.2.2
A Rust implementation of the Haskell store binary serialization format using Serde
67
bincode-next
experimentalv2.1.0
A compact, ultra-fast binary serialization format for Rust, optimized for networking and storage!
60
binary_serde_macros
stablev1.0.25
simple binary serialization and deserialization
Core Metrics
| serde_store | bincode-next | binary_serde_macros | |
|---|---|---|---|
| Health Score | 54 | 67 | 60 |
| Total Downloads | 95 | 54.5K | 76.7K |
| 30d Downloads | 8 | 40.2K | 5.4K |
| Dependents | 0 | 46 | 32 |
| Releases | 4 | 10 | 32 |
| Last Updated | 130d ago | 21d ago | 99d ago |
| Age | 4m | 3m | 2y 9m |
Health Breakdown
serde_store
Maintenance
18
Quality
15
Community
6
Popularity
2
Documentation
13
bincode-next
Maintenance
18
Quality
17
Community
11
Popularity
6
Documentation
15
binary_serde_macros
Maintenance
14
Quality
20
Community
10
Popularity
6
Documentation
10
Technical Details
| serde_store | bincode-next | binary_serde_macros | |
|---|---|---|---|
| Version | 0.2.2 | 2.1.0 | 1.0.25 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT or Apache-2.0 | MIT |
| Dependencies | 6 | 15 | 3 |
| Crate Size | 41KB | 80KB | 8KB |
| Features | 2 | 4 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | 1.85.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •bincode-next leads with a health score of 67/100, but none of the options score above 80.
- •binary_serde_macros has the most downloads (76.7K), suggesting wider adoption.
- •serde_store is pre-1.0 — API may change.