Decision Workspace
og_fmt vs powerfmt vs fmtools
Side-by-side comparison of Rust crates
48
og_fmt
growingv1.0.4
The original `format!`
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.
51
fmtools
growingv0.1.2
Fast, minimal, feature-rich, extended formatting syntax for Rust!
Core Metrics
| og_fmt | powerfmt | fmtools | |
|---|---|---|---|
| Health Score | 48 | 54 | 51 |
| Total Downloads | 8.6K | 295.9M | 84.1K |
| 30d Downloads | 8 | 28.9M | 5.9K |
| Dependents | 0 | 33 | 58 |
| Releases | 5 | 4 | 3 |
| Last Updated | 3346d ago | 896d ago | 1338d ago |
| Age | 9y 2m | 2y 5m | 3y 9m |
Health Breakdown
og_fmt
Maintenance
9
Quality
21
Community
2
Popularity
5
Documentation
11
powerfmt
Maintenance
7
Quality
17
Community
10
Popularity
8
Documentation
12
fmtools
Maintenance
4
Quality
17
Community
11
Popularity
6
Documentation
13
Technical Details
| og_fmt | powerfmt | fmtools | |
|---|---|---|---|
| Version | 1.0.4 | 0.2.0 | 0.1.2 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT/Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 1 | 1 |
| Crate Size | 2KB | 15KB | 7KB |
| Features | 0 | 4 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2021 |
| MSRV | — | 1.67.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •powerfmt leads with a health score of 54/100, but none of the options score above 80.
- •⚠ og_fmt, powerfmt, fmtools have not been updated in over a year.
- •powerfmt, fmtools are pre-1.0 — API may change.