Decision Workspace
debounce_fltk vs tokio-debouncer vs fluxion-stream-time
Side-by-side comparison of Rust crates
39
debounce_fltk
growingv0.5.0
A simple debounce and throttling tool suitable for FLTK applications. Can be used to control the frequency of UI event processing or the frequency of function calls for other non UI events. Non macro processing, pure code control. Relying on tokio implementation.
52
tokio-debouncer
experimentalv0.3.1
A minimal async debouncer for signal batching in Tokio
52
fluxion-stream-time
experimentalv0.8.0
Time-based operators extending fluxion-stream with monotonic timestamps
Core Metrics
| debounce_fltk | tokio-debouncer | fluxion-stream-time | |
|---|---|---|---|
| Health Score | 39 | 52 | 52 |
| Total Downloads | 12.6K | 5.4K | 92 |
| 30d Downloads | 30 | 224 | 6 |
| Dependents | 5 | 0 | 0 |
| Releases | 9 | 6 | 4 |
| Last Updated | 729d ago | 312d ago | 73d ago |
| Age | 2y 1m | 10m | 3m |
Health Breakdown
debounce_fltk
Maintenance
6
Quality
10
Community
6
Popularity
5
Documentation
12
tokio-debouncer
Maintenance
13
Quality
16
Community
6
Popularity
4
Documentation
13
fluxion-stream-time
Maintenance
20
Quality
14
Community
6
Popularity
2
Documentation
10
Technical Details
| debounce_fltk | tokio-debouncer | fluxion-stream-time | |
|---|---|---|---|
| Version | 0.5.0 | 0.3.1 | 0.8.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | Apache-2.0 |
| Dependencies | 6 | 2 | 21 |
| Crate Size | 8KB | 9KB | 46KB |
| Features | 0 | 2 | 8 |
| Yanked % | 11.1% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.70.0 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •tokio-debouncer leads with a health score of 52/100, but none of the options score above 80.
- •debounce_fltk has the most downloads (12.6K), suggesting wider adoption.
- •⚠ debounce_fltk has not been updated in over a year.