Decision Workspace
serde_verbatim vs bincode-next vs binary_serde_macros
Side-by-side comparison of Rust crates
37
serde_verbatim
experimentalv0.1.1
Basic binary serialization format for 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_verbatim | bincode-next | binary_serde_macros | |
|---|---|---|---|
| Health Score | 37 | 67 | 60 |
| Total Downloads | 549 | 54.5K | 76.7K |
| 30d Downloads | 456 | 40.2K | 5.4K |
| Dependents | 0 | 46 | 32 |
| Releases | 2 | 10 | 32 |
| Last Updated | 34d ago | 21d ago | 99d ago |
| Age | 1m | 3m | 2y 9m |
Health Breakdown
serde_verbatim
Maintenance
12
Quality
9
Community
3
Popularity
3
Documentation
10
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_verbatim | bincode-next | binary_serde_macros | |
|---|---|---|---|
| Version | 0.1.1 | 2.1.0 | 1.0.25 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MPL-2.0 | MIT or Apache-2.0 | MIT |
| Dependencies | 4 | 15 | 3 |
| Crate Size | 15KB | 80KB | 8KB |
| Features | 3 | 4 | 0 |
| Yanked % | 50.0% | 0.0% | 0.0% |
| Edition | 2024 | 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_verbatim is pre-1.0 — API may change.