Decision Workspace
fmul-to-int vs float_next_after vs round_float
Side-by-side comparison of Rust crates
48
fmul-to-int
growingv1.0.0
Float multiplication to integer part.
62
float_next_after
stablev2.0.0
A trait for native rust f64/f32 nextafter
50
round_float
growingv1.2.2
Round `f64` and `f32` to specified number of decimals.
Core Metrics
| fmul-to-int | float_next_after | round_float | |
|---|---|---|---|
| Health Score | 48 | 62 | 50 |
| Total Downloads | 8.6K | 14.6M | 19.6K |
| 30d Downloads | 293 | 1.1M | 46 |
| Dependents | 0 | 197 | 0 |
| Releases | 1 | 8 | 16 |
| Last Updated | 781d ago | 41d ago | 578d ago |
| Age | 2y 1m | 5y 11m | 1y 11m |
Health Breakdown
fmul-to-int
Maintenance
1
Quality
23
Community
6
Popularity
5
Documentation
13
float_next_after
Maintenance
13
Quality
20
Community
12
Popularity
8
Documentation
9
round_float
Maintenance
7
Quality
17
Community
6
Popularity
5
Documentation
15
Technical Details
| fmul-to-int | float_next_after | round_float | |
|---|---|---|---|
| Version | 1.0.0 | 2.0.0 | 1.2.2 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT/Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 3 | 2 |
| Crate Size | 7KB | 14KB | 6KB |
| Features | 2 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 6.3% |
| Edition | 2021 | 2018 | 2021 |
| MSRV | — | — | 1.75.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •float_next_after leads with a health score of 62/100, but none of the options score above 80.
- •float_next_after is depended on by 197 crates — strongest ecosystem trust.
- •⚠ fmul-to-int, round_float have not been updated in over a year.