Decision Workspace
context vs fibrous vs context-coroutine
Side-by-side comparison of Rust crates
48
context
growingv3.0.0
Cooperative multitasking for Rust using Boost.Context
45
fibrous
experimentalv0.2.0
A lightweight fiber abstraction over multiple backends (ucontext, win32, asm).
40
context-coroutine
growingv3.1.0
This is a simple set of extensions to provide stackful coroutines; it is not officially associated with the context crate.
Core Metrics
| context | fibrous | context-coroutine | |
|---|---|---|---|
| Health Score | 48 | 45 | 40 |
| Total Downloads | 384.1K | 294 | 4.8K |
| 30d Downloads | 1.6K | 60 | 6 |
| Dependents | 68 | 4 | 0 |
| Releases | 12 | 2 | 3 |
| Last Updated | 1157d ago | 106d ago | 2540d ago |
| Age | 10y 7m | 3m | 7y 1m |
Health Breakdown
context
Maintenance
4
Quality
21
Community
8
Popularity
7
Documentation
8
fibrous
Maintenance
12
Quality
15
Community
8
Popularity
3
Documentation
7
context-coroutine
Maintenance
3
Quality
19
Community
5
Popularity
4
Documentation
9
Technical Details
| context | fibrous | context-coroutine | |
|---|---|---|---|
| Version | 3.0.0 | 0.2.0 | 3.1.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | MIT/Apache-2.0 | MIT | MIT |
| Dependencies | 3 | 4 | 4 |
| Crate Size | 50KB | 11KB | 15KB |
| Features | 1 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •context leads with a health score of 48/100, but none of the options score above 80.
- •⚠ context, context-coroutine have not been updated in over a year.
- •fibrous is pre-1.0 — API may change.