Decision Workspace
serde_table vs tsv vs serde_json
Side-by-side comparison of Rust crates
43
serde_table
growingv0.2.0
Write structs in an easy table format.
36
tsv
growingv0.1.1
tsv (tab-seperated-values) data format for serde (serialization/deserialization)
77
serde_json
stablev1.0.149
A JSON serialization file format
Core Metrics
| serde_table | tsv | serde_json | |
|---|---|---|---|
| Health Score | 43 | 36 | 77 |
| Total Downloads | 1.5K | 10.1K | 800.0M |
| 30d Downloads | 4 | 101 | 51.2M |
| Dependents | 0 | 0 | 673.2K |
| Releases | 2 | 2 | 181 |
| Last Updated | 432d ago | 2739d ago | 80d ago |
| Age | 1y 2m | 7y 7m | 10y 7m |
Health Breakdown
serde_table
Maintenance
6
Quality
14
Community
5
Popularity
4
Documentation
14
tsv
Maintenance
3
Quality
14
Community
3
Popularity
5
Documentation
11
serde_json
Maintenance
15
Quality
19
Community
20
Popularity
8
Documentation
15
Technical Details
| serde_table | tsv | serde_json | |
|---|---|---|---|
| Version | 0.2.0 | 0.1.1 | 1.0.149 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 4 | 5 | 15 |
| Crate Size | 4KB | 16KB | 156KB |
| Features | 0 | 0 | 8 |
| Yanked % | 0.0% | 0.0% | 1.1% |
| Edition | 2018 | — | 2021 |
| MSRV | 1.31 | — | 1.68 |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •serde_json leads with a health score of 77/100, but none of the options score above 80.
- •serde_json is depended on by 673.2K crates — strongest ecosystem trust.
- •⚠ serde_table, tsv have not been updated in over a year.
- •serde_table, tsv are pre-1.0 — API may change.