Decision Workspace
futures-enum vs futures vs futures_codec
Side-by-side comparison of Rust crates
59
futures-enum
growingv0.1.18
#[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.
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`
Core Metrics
| futures-enum | futures | futures_codec | |
|---|---|---|---|
| Health Score | 59 | 65 | 61 |
| Total Downloads | 1.9M | 488.6M | 2.8M |
| 30d Downloads | 61.0K | 36.4M | 207.3K |
| Dependents | 47 | 235.0K | 358 |
| Releases | 19 | 73 | 17 |
| Last Updated | 48d ago | 40d ago | 49d ago |
| Age | 7y 1m | 9y 8m | 6y 11m |
Health Breakdown
futures-enum
Maintenance
13
Quality
16
Community
11
Popularity
7
Documentation
12
futures
Maintenance
17
Quality
11
Community
18
Popularity
8
Documentation
11
futures_codec
Maintenance
13
Quality
15
Community
13
Popularity
8
Documentation
12
Technical Details
| futures-enum | futures | futures_codec | |
|---|---|---|---|
| Version | 0.1.18 | 0.3.32 | 0.5.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 OR MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 6 | 11 | 9 |
| Crate Size | 14KB | 61KB | 14KB |
| Features | 2 | 13 | 3 |
| Yanked % | 0.0% | 31.5% | 0.0% |
| Edition | 2021 | 2018 | 2018 |
| MSRV | 1.76 | 1.71 | — |
| Owners | 1 | 3 | 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.