Decision Workspace
dfb vs any-mpsc vs dispatchtable
Side-by-side comparison of Rust crates
51
dfb
growingv1.4.0
Dynamic-Fifo-Buffer, like AnyMap but uses a VecDeque to store values and treats access as a Fifo.
42
any-mpsc
growingv0.3.1
An mpsc that allows arbitrary types to be passed through
43
dispatchtable
growingv0.2.0
Small library used to specify function dispatch tables HashMap<K, Box<Fn(..)>>
Core Metrics
| dfb | any-mpsc | dispatchtable | |
|---|---|---|---|
| Health Score | 51 | 42 | 43 |
| Total Downloads | 18.0K | 11.5K | 8.6K |
| 30d Downloads | 33 | 10 | 9 |
| Dependents | 8 | 0 | 0 |
| Releases | 12 | 8 | 6 |
| Last Updated | 1709d ago | 1712d ago | 2205d ago |
| Age | 4y 8m | 4y 8m | 6y |
Health Breakdown
dfb
Maintenance
5
Quality
21
Community
8
Popularity
5
Documentation
12
any-mpsc
Maintenance
7
Quality
12
Community
6
Popularity
5
Documentation
12
dispatchtable
Maintenance
7
Quality
16
Community
6
Popularity
5
Documentation
9
Technical Details
| dfb | any-mpsc | dispatchtable | |
|---|---|---|---|
| Version | 1.4.0 | 0.3.1 | 0.2.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 1 | 0 |
| Crate Size | 4KB | 4KB | 3KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 25.0% | 0.0% |
| Edition | 2018 | 2018 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •dfb leads with a health score of 51/100, but none of the options score above 80.
- •⚠ dfb, any-mpsc, dispatchtable have not been updated in over a year.
- •any-mpsc, dispatchtable are pre-1.0 — API may change.