Decision Workspace
fix32 vs fixedpoint vs fpa
Side-by-side comparison of Rust crates
38
fix32
growingv1.1.2
Easy implementation of fixed point numbers in Rust, using i32 as base. Decimal places should be configured at compile time, to be able to optimize the code at max. This is a personal project and is meant to keep it clear and easily understandable. Anyone can commit improvements or extra characrterisitcs, but all of them have to be clearly explained for a non profesional programmer. I will not add any code I don't understand.
36
fixedpoint
growingv0.1.2
A simple library to compute fixed points of a function
40
fpa
growingv0.1.0
Fixed point arithmetic
Core Metrics
| fix32 | fixedpoint | fpa | |
|---|---|---|---|
| Health Score | 38 | 36 | 40 |
| Total Downloads | 1.7K | 5.4K | 40.8K |
| 30d Downloads | 4 | 5 | 1.2K |
| Dependents | 0 | 0 | 16 |
| Releases | 1 | 3 | 1 |
| Last Updated | 2247d ago | 3172d ago | 3282d ago |
| Age | 6y 1m | 9y 1m | 8y 12m |
Health Breakdown
fix32
Maintenance
1
Quality
21
Community
3
Popularity
4
Documentation
9
fixedpoint
Maintenance
3
Quality
15
Community
3
Popularity
4
Documentation
11
fpa
Maintenance
1
Quality
16
Community
6
Popularity
6
Documentation
11
Technical Details
| fix32 | fixedpoint | fpa | |
|---|---|---|---|
| Version | 1.1.2 | 0.1.2 | 0.1.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | GPL-3.0-only | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 2 | 2 |
| Crate Size | 16KB | 5KB | 14KB |
| Features | 0 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | — | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •fpa leads with a health score of 40/100, but none of the options score above 80.
- •⚠ fix32, fixedpoint, fpa have not been updated in over a year.
- •fixedpoint, fpa are pre-1.0 — API may change.