Decision Workspace
state-machines vs rtic-macros vs rtic
Side-by-side comparison of Rust crates
54
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
63
rtic-macros
growingv2.2.0
Procedural macros, syntax parsing, and codegen of the RTIC crate
62
rtic
growingv2.2.0
Real-Time Interrupt-driven Concurrency (RTIC): a concurrency framework for building real-time systems
Core Metrics
| state-machines | rtic-macros | rtic | |
|---|---|---|---|
| Health Score | 54 | 63 | 62 |
| Total Downloads | 12.5K | 342.5K | 344.3K |
| 30d Downloads | 0 | 26.6K | 26.7K |
| Dependents | 94 | 10 | 140 |
| Releases | 12 | 9 | 10 |
| Last Updated | 65d ago | 337d ago | 337d ago |
| Age | 7m | 3y 1m | 3y 1m |
Health Breakdown
state-machines
Maintenance
15
Quality
10
Community
11
Popularity
5
Documentation
13
rtic-macros
Maintenance
7
Quality
22
Community
14
Popularity
7
Documentation
13
rtic
Maintenance
9
Quality
16
Community
17
Popularity
7
Documentation
13
Technical Details
| state-machines | rtic-macros | rtic | |
|---|---|---|---|
| Version | 0.9.0 | 2.2.0 | 2.2.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 5 | 6 | 15 |
| Crate Size | 34KB | 43KB | 27KB |
| Features | 6 | 9 | 10 |
| Yanked % | 41.7% | 0.0% | 30.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 4 (team) | 4 (team) |
Links
Quick Verdict
- •rtic-macros leads with a health score of 63/100, but none of the options score above 80.
- •rtic has the most downloads (344.3K), suggesting wider adoption.
- •rtic is depended on by 140 crates — strongest ecosystem trust.
- •state-machines is pre-1.0 — API may change.