Decision Workspace
fallible_map vs fluent_result vs philiprehberger-result-ext
Side-by-side comparison of Rust crates
45
fallible_map
growingv0.1.1
Utilities for fallible mapping over `Option` and iterators using functions that can return `Result`s.
57
fluent_result
experimentalv0.10.1
Fluent postfix helpers for Rust's Result and Option types
54
philiprehberger-result-ext
experimentalv0.2.2
Extension traits for Result and Option with tap, map, and error accumulation
Core Metrics
| fallible_map | fluent_result | philiprehberger-result-ext | |
|---|---|---|---|
| Health Score | 45 | 57 | 54 |
| Total Downloads | 7.0K | 610 | 109 |
| 30d Downloads | 378 | 117 | 109 |
| Dependents | 0 | 16 | 0 |
| Releases | 2 | 4 | 9 |
| Last Updated | 625d ago | 91d ago | today |
| Age | 1y 8m | 3m | 12d |
Health Breakdown
fallible_map
Maintenance
5
Quality
17
Community
6
Popularity
5
Documentation
12
fluent_result
Maintenance
14
Quality
16
Community
9
Popularity
3
Documentation
15
philiprehberger-result-ext
Maintenance
16
Quality
15
Community
6
Popularity
2
Documentation
15
Technical Details
| fallible_map | fluent_result | philiprehberger-result-ext | |
|---|---|---|---|
| Version | 0.1.1 | 0.10.1 | 0.2.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 2 | 0 |
| Crate Size | 4KB | 20KB | 7KB |
| Features | 1 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2024 | 2021 |
| MSRV | — | 1.85.1 | 1.70 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •fluent_result leads with a health score of 57/100, but none of the options score above 80.
- •fallible_map has the most downloads (7.0K), suggesting wider adoption.
- •⚠ fallible_map has not been updated in over a year.