Decision Workspace
yaml-repair vs toml-repair vs axolotl-rs
Side-by-side comparison of Rust crates
49
yaml-repair
experimentalv0.1.0
Repair messy YAML emitted by LLMs: strip markdown fences, tabs->spaces, dedent leading whitespace, normalize line endings. Returns cleaned text suitable for any YAML parser. Zero deps.
49
toml-repair
experimentalv0.1.0
Repair messy TOML emitted by LLMs: strip markdown fences, normalize line endings, fix common quote-style slips, trim trailing whitespace. Zero deps.
61
axolotl-rs
experimentalv1.1.1
YAML-driven configurable fine-tuning toolkit for LLMs in Rust with VSA acceleration
Core Metrics
| yaml-repair | toml-repair | axolotl-rs | |
|---|---|---|---|
| Health Score | 49 | 49 | 61 |
| Total Downloads | 13 | 13 | 441 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 5 |
| Releases | 1 | 1 | 4 |
| Last Updated | 9d ago | 9d ago | 121d ago |
| Age | 9d | 9d | 4m |
Health Breakdown
yaml-repair
Maintenance
12
Quality
15
Community
6
Popularity
1
Documentation
15
toml-repair
Maintenance
12
Quality
15
Community
6
Popularity
1
Documentation
15
axolotl-rs
Maintenance
18
Quality
17
Community
8
Popularity
3
Documentation
15
Technical Details
| yaml-repair | toml-repair | axolotl-rs | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.0 | 1.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 0 | 24 |
| Crate Size | 7KB | 7KB | 171KB |
| Features | 0 | 0 | 11 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.74 | 1.74 | 1.92 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •axolotl-rs leads with a health score of 61/100, but none of the options score above 80.
- •yaml-repair, toml-repair are pre-1.0 — API may change.