Decision Workspace
rtic vs rtic-macros vs state-machines
Side-by-side comparison of Rust crates
62
rtic
growingv2.2.0
Real-Time Interrupt-driven Concurrency (RTIC): a concurrency framework for building real-time systems
65
rtic-macros
growingv2.2.0
Procedural macros, syntax parsing, and codegen of the RTIC crate
58
state-machines
experimentalv0.9.0
Type-safe state machines with hierarchical states, guards, callbacks, and async support - Rust port of Ruby's state_machines gem
Core Metrics
| rtic | rtic-macros | state-machines | |
|---|---|---|---|
| Health Score | 62 | 65 | 58 |
| Total Downloads | 283.5K | 281.7K | 11.3K |
| 30d Downloads | 32.8K | 32.9K | 970 |
| Dependents | 140 | 10 | 87 |
| Releases | 10 | 9 | 12 |
| Last Updated | 278d ago | 278d ago | 6d ago |
| Age | 2y 11m | 2y 11m | 5m |
Health Breakdown
rtic
Maintenance
9
Quality
16
Community
17
Popularity
7
Documentation
13
rtic-macros
Maintenance
9
Quality
22
Community
14
Popularity
7
Documentation
13
state-machines
Maintenance
19
Quality
10
Community
11
Popularity
5
Documentation
13
Technical Details
| rtic | rtic-macros | state-machines | |
|---|---|---|---|
| Version | 2.2.0 | 2.2.0 | 0.9.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 15 | 6 | 5 |
| Crate Size | 27KB | 43KB | 34KB |
| Features | 10 | 9 | 6 |
| Yanked % | 30.0% | 0.0% | 41.7% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 4 (team) | 4 (team) | 1 |
Links
Quick Verdict
- •rtic-macros leads with a health score of 65/100, but none of the options score above 80.
- •rtic has the most downloads (283.5K), suggesting wider adoption.
- •rtic is depended on by 140 crates — strongest ecosystem trust.
- •state-machines is pre-1.0 — API may change.