Decision Workspace
axon-fmt vs indenter vs powerfmt
Side-by-side comparison of Rust crates
49
axon-fmt
experimentalv0.3.3
Token-level lossless formatter for AXON source. Round-trips comments and layout verbatim via the Fase 14 trivia channel from `axon-frontend`; canonicalises only trailing whitespace per line and the final newline. Mirrors the behaviour of `axon fmt` in axon-lang so the language CLI and the LSP format-on-save produce byte-identical output.
62
indenter
growingv0.3.4
A formatter wrapper that indents the text, designed for error display impls
54
powerfmt
growingv0.2.0
`powerfmt` is a library that provides utilities for formatting values. This crate makes it significantly easier to support filling to a minimum width with alignment, avoid heap allocation, and avoid repetitive calculations.
Core Metrics
| axon-fmt | indenter | powerfmt | |
|---|---|---|---|
| Health Score | 49 | 62 | 54 |
| Total Downloads | 141 | 95.0M | 368.0M |
| 30d Downloads | 0 | 5.9M | 41.5M |
| Dependents | 6 | 1.3K | 34 |
| Releases | 6 | 9 | 4 |
| Last Updated | 16d ago | 292d ago | 955d ago |
| Age | 22d | 6y 3m | 2y 7m |
Health Breakdown
axon-fmt
Maintenance
13
Quality
14
Community
7
Popularity
3
Documentation
12
indenter
Maintenance
6
Quality
18
Community
16
Popularity
8
Documentation
14
powerfmt
Maintenance
7
Quality
17
Community
10
Popularity
8
Documentation
12
Technical Details
| axon-fmt | indenter | powerfmt | |
|---|---|---|---|
| Version | 0.3.3 | 0.3.4 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 0 | 1 |
| Crate Size | 11KB | 11KB | 15KB |
| Features | 0 | 2 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2018 | 2021 |
| MSRV | 1.95 | 1.39 | 1.67.0 |
| Owners | 1 | 2 (team) | 1 |
Links
Quick Verdict
- •indenter leads with a health score of 62/100, but none of the options score above 80.
- •powerfmt has the most downloads (368.0M), suggesting wider adoption.
- •indenter is depended on by 1.3K crates — strongest ecosystem trust.
- •⚠ powerfmt has not been updated in over a year.