Decision Workspace
futures vs futures_codec vs futures-enum
Side-by-side comparison of Rust crates
65
futures
growingv0.3.32
An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces.
61
futures_codec
growingv0.5.0
Utilities for encoding and decoding frames using `async/await`
59
futures-enum
growingv0.1.18
#[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.
Core Metrics
| futures | futures_codec | futures-enum | |
|---|---|---|---|
| Health Score | 65 | 61 | 59 |
| Total Downloads | 488.6M | 2.8M | 1.9M |
| 30d Downloads | 36.4M | 207.3K | 61.0K |
| Dependents | 235.0K | 358 | 47 |
| Releases | 73 | 17 | 19 |
| Last Updated | 40d ago | 49d ago | 48d ago |
| Age | 9y 8m | 6y 11m | 7y 1m |
Health Breakdown
futures
Maintenance
17
Quality
11
Community
18
Popularity
8
Documentation
11
futures_codec
Maintenance
13
Quality
15
Community
13
Popularity
8
Documentation
12
futures-enum
Maintenance
13
Quality
16
Community
11
Popularity
7
Documentation
12
Technical Details
| futures | futures_codec | futures-enum | |
|---|---|---|---|
| Version | 0.3.32 | 0.5.0 | 0.1.18 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | Apache-2.0 OR MIT |
| Dependencies | 11 | 9 | 6 |
| Crate Size | 61KB | 14KB | 14KB |
| Features | 13 | 3 | 2 |
| Yanked % | 31.5% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2021 |
| MSRV | 1.71 | — | 1.76 |
| Owners | 3 | 1 | 1 |
Links
Quick Verdict
- •futures leads with a health score of 65/100, but none of the options score above 80.
- •futures is depended on by 235.0K crates — strongest ecosystem trust.