Decision Workspace
triggered vs oneshot vs oneshot-uniffi
Side-by-side comparison of Rust crates
49
triggered
growingv0.1.3
Triggers for one time events between tasks and threads
61
oneshot
growingv0.2.1
Oneshot spsc channel with (potentially) lock-free non-blocking send, and a receiver supporting both thread blocking receive operations as well as Future based async polling.
48
oneshot-uniffi
growingv0.1.6
Patched version of oneshot specifically for the UniFFI project. This removes the `loom` target and dependency which helps with UniFFI's downstream consumers.
Core Metrics
| triggered | oneshot | oneshot-uniffi | |
|---|---|---|---|
| Health Score | 49 | 61 | 48 |
| Total Downloads | 1.9M | 16.6M | 629.9K |
| 30d Downloads | 55.2K | 1.5M | 24.6K |
| Dependents | 362 | 1.7K | 5 |
| Releases | 4 | 16 | 2 |
| Last Updated | 319d ago | 32d ago | 821d ago |
| Age | 5y 11m | 6y 10m | 2y 3m |
Health Breakdown
triggered
Maintenance
6
Quality
14
Community
13
Popularity
7
Documentation
9
oneshot
Maintenance
15
Quality
11
Community
15
Popularity
8
Documentation
12
oneshot-uniffi
Maintenance
4
Quality
17
Community
8
Popularity
7
Documentation
12
Technical Details
| triggered | oneshot | oneshot-uniffi | |
|---|---|---|---|
| Version | 0.1.3 | 0.2.1 | 0.1.6 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 4 | 4 | 3 |
| Crate Size | 18KB | 48KB | 32KB |
| Features | 0 | 2 | 3 |
| Yanked % | 0.0% | 25.0% | 0.0% |
| Edition | 2018 | 2024 | 2021 |
| MSRV | — | 1.85.0 | 1.60.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •oneshot leads with a health score of 61/100, but none of the options score above 80.
- •oneshot is depended on by 1.7K crates — strongest ecosystem trust.
- •⚠ oneshot-uniffi has not been updated in over a year.